public static interface InstanceSpecification.Builder extends SdkPojo, CopyableBuilder<InstanceSpecification.Builder,InstanceSpecification>
Modifier and Type | Method and Description |
---|---|
InstanceSpecification.Builder |
excludeBootVolume(Boolean excludeBootVolume)
Excludes the root volume from being snapshotted.
|
InstanceSpecification.Builder |
instanceId(String instanceId)
The instance to specify which volumes should be snapshotted.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceSpecification.Builder instanceId(String instanceId)
The instance to specify which volumes should be snapshotted.
instanceId
- The instance to specify which volumes should be snapshotted.InstanceSpecification.Builder excludeBootVolume(Boolean excludeBootVolume)
Excludes the root volume from being snapshotted.
excludeBootVolume
- Excludes the root volume from being snapshotted.Copyright © 2021. All rights reserved.