@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.103Z") @Stability(value=Experimental) public interface LocationPackageOptions extends software.amazon.jsii.JsiiSerializable
| 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()
(experimental) Identifier key for this package.
|
default List<InitServiceRestartHandle> |
getServiceRestartHandles()
(experimental) Restart the given service after this command has run.
|
@Stability(value=Experimental) @Nullable default String getKey()
You can use this to order package installs.
Default: - Automatically generated
@Stability(value=Experimental) @Nullable default List<InitServiceRestartHandle> getServiceRestartHandles()
Default: - Do not restart any service
@Stability(value=Experimental) static LocationPackageOptions.Builder builder()
LocationPackageOptions.Builder of LocationPackageOptionsCopyright © 2021. All rights reserved.