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 |
excludeDataVolumeIds(Collection<String> excludeDataVolumeIds)
The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
InstanceSpecification.Builder |
excludeDataVolumeIds(String... excludeDataVolumeIds)
The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set.
|
InstanceSpecification.Builder |
instanceId(String instanceId)
The instance to specify which volumes should be snapshotted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceSpecification.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.InstanceSpecification.Builder excludeDataVolumeIds(Collection<String> excludeDataVolumeIds)
The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify the ID of the root volume, the request fails. To exclude the root volume, use ExcludeBootVolume.
You can specify up to 40 volume IDs per request.
excludeDataVolumeIds - The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify
the ID of the root volume, the request fails. To exclude the root volume, use
ExcludeBootVolume.
You can specify up to 40 volume IDs per request.
InstanceSpecification.Builder excludeDataVolumeIds(String... excludeDataVolumeIds)
The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify the ID of the root volume, the request fails. To exclude the root volume, use ExcludeBootVolume.
You can specify up to 40 volume IDs per request.
excludeDataVolumeIds - The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify
the ID of the root volume, the request fails. To exclude the root volume, use
ExcludeBootVolume.
You can specify up to 40 volume IDs per request.
Copyright © 2023. All rights reserved.