public static interface EnableFastSnapshotRestoresRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<EnableFastSnapshotRestoresRequest.Builder,EnableFastSnapshotRestoresRequest>
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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services account.EnableFastSnapshotRestoresRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.EnableFastSnapshotRestoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableFastSnapshotRestoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.