public static interface EnableFastSnapshotRestoresRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<EnableFastSnapshotRestoresRequest.Builder,EnableFastSnapshotRestoresRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableFastSnapshotRestoresRequest.Builder |
availabilityZones(Collection<String> availabilityZones)
One or more Availability Zones.
|
EnableFastSnapshotRestoresRequest.Builder |
availabilityZones(String... availabilityZones)
One or more Availability Zones.
|
EnableFastSnapshotRestoresRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableFastSnapshotRestoresRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableFastSnapshotRestoresRequest.Builder |
sourceSnapshotIds(Collection<String> sourceSnapshotIds)
The IDs of one or more snapshots.
|
EnableFastSnapshotRestoresRequest.Builder |
sourceSnapshotIds(String... sourceSnapshotIds)
The IDs of one or more snapshots.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableFastSnapshotRestoresRequest.Builder availabilityZones(Collection<String> availabilityZones)
One or more Availability Zones. For example, us-east-2a.
availabilityZones - One or more Availability Zones. For example, us-east-2a.EnableFastSnapshotRestoresRequest.Builder availabilityZones(String... availabilityZones)
One or more Availability Zones. For example, us-east-2a.
availabilityZones - One or more Availability Zones. For example, us-east-2a.EnableFastSnapshotRestoresRequest.Builder sourceSnapshotIds(Collection<String> sourceSnapshotIds)
The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a
snapshot that was shared with you from another AWS account.
sourceSnapshotIds - The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a
snapshot that was shared with you from another AWS account.EnableFastSnapshotRestoresRequest.Builder sourceSnapshotIds(String... sourceSnapshotIds)
The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a
snapshot that was shared with you from another AWS account.
sourceSnapshotIds - The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a
snapshot that was shared with you from another AWS account.EnableFastSnapshotRestoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableFastSnapshotRestoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.