@Stability(value=Stable) public static final class LocationPackageOptions.Builder extends Object implements software.amazon.jsii.Builder<LocationPackageOptions>
LocationPackageOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LocationPackageOptions |
build()
Builds the configured instance.
|
LocationPackageOptions.Builder |
key(String key)
Sets the value of
LocationPackageOptions.getKey() |
LocationPackageOptions.Builder |
serviceRestartHandles(List<? extends InitServiceRestartHandle> serviceRestartHandles)
Sets the value of
LocationPackageOptions.getServiceRestartHandles() |
@Stability(value=Stable) public LocationPackageOptions.Builder key(String key)
LocationPackageOptions.getKey()key - Identifier key for this package.
You can use this to order package installs.this@Stability(value=Stable) public LocationPackageOptions.Builder serviceRestartHandles(List<? extends InitServiceRestartHandle> serviceRestartHandles)
LocationPackageOptions.getServiceRestartHandles()serviceRestartHandles - Restart the given service after this command has run.this@Stability(value=Stable) public LocationPackageOptions build()
build in interface software.amazon.jsii.Builder<LocationPackageOptions>LocationPackageOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.