@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.480Z") @Stability(value=Stable) public interface LocationPackageOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
InitServiceRestartHandle initServiceRestartHandle;
LocationPackageOptions locationPackageOptions = LocationPackageOptions.builder()
.key("key")
.serviceRestartHandles(List.of(initServiceRestartHandle))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocationPackageOptions.Builder
A builder for
LocationPackageOptions |
static class |
LocationPackageOptions.Jsii$Proxy
An implementation for
LocationPackageOptions |
| Modifier and Type | Method and Description |
|---|---|
static LocationPackageOptions.Builder |
builder() |
default String |
getKey()
Identifier key for this package.
|
default List<InitServiceRestartHandle> |
getServiceRestartHandles()
Restart the given service after this command has run.
|
@Stability(value=Stable) @Nullable default String getKey()
You can use this to order package installs.
Default: - Automatically generated
@Stability(value=Stable) @Nullable default List<InitServiceRestartHandle> getServiceRestartHandles()
Default: - Do not restart any service
@Stability(value=Stable) static LocationPackageOptions.Builder builder()
LocationPackageOptions.Builder of LocationPackageOptionsCopyright © 2022. All rights reserved.