Interface EnableFastSnapshotRestoresRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<EnableFastSnapshotRestoresRequest.Builder,EnableFastSnapshotRestoresRequest>
,Ec2Request.Builder
,SdkBuilder<EnableFastSnapshotRestoresRequest.Builder,EnableFastSnapshotRestoresRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- EnableFastSnapshotRestoresRequest
public static interface EnableFastSnapshotRestoresRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<EnableFastSnapshotRestoresRequest.Builder,EnableFastSnapshotRestoresRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
availabilityZones
EnableFastSnapshotRestoresRequest.Builder availabilityZones(Collection<String> availabilityZones)
One or more Availability Zones. For example,
us-east-2a
.- Parameters:
availabilityZones
- One or more Availability Zones. For example,us-east-2a
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
EnableFastSnapshotRestoresRequest.Builder availabilityZones(String... availabilityZones)
One or more Availability Zones. For example,
us-east-2a
.- Parameters:
availabilityZones
- One or more Availability Zones. For example,us-east-2a
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceSnapshotIds
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceSnapshotIds
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
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 isUnauthorizedOperation
.- Parameters:
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 isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
EnableFastSnapshotRestoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
EnableFastSnapshotRestoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-