Interface DisableFastSnapshotRestoresRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableFastSnapshotRestoresRequest.Builder,,DisableFastSnapshotRestoresRequest> Ec2Request.Builder,SdkBuilder<DisableFastSnapshotRestoresRequest.Builder,,DisableFastSnapshotRestoresRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisableFastSnapshotRestoresRequest
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneIds(String... availabilityZoneIds) One or more Availability Zone IDs.availabilityZoneIds(Collection<String> availabilityZoneIds) One or more Availability Zone IDs.availabilityZones(String... availabilityZones) One or more Availability Zones.availabilityZones(Collection<String> availabilityZones) One or more Availability Zones.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceSnapshotIds(String... sourceSnapshotIds) The IDs of one or more snapshots.sourceSnapshotIds(Collection<String> sourceSnapshotIds) The IDs of one or more snapshots.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
availabilityZones
One or more Availability Zones. For example,
us-east-2a.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Parameters:
availabilityZones- One or more Availability Zones. For example,us-east-2a.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZones
One or more Availability Zones. For example,
us-east-2a.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Parameters:
availabilityZones- One or more Availability Zones. For example,us-east-2a.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIds
DisableFastSnapshotRestoresRequest.Builder availabilityZoneIds(Collection<String> availabilityZoneIds) One or more Availability Zone IDs. For example,
use2-az1.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Parameters:
availabilityZoneIds- One or more Availability Zone IDs. For example,use2-az1.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIds
One or more Availability Zone IDs. For example,
use2-az1.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Parameters:
availabilityZoneIds- One or more Availability Zone IDs. For example,use2-az1.Either
AvailabilityZoneorAvailabilityZoneIdmust be specified in the request, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceSnapshotIds
The IDs of one or more snapshots. For example,
snap-1234567890abcdef0.- Parameters:
sourceSnapshotIds- The IDs of one or more snapshots. For example,snap-1234567890abcdef0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceSnapshotIds
The IDs of one or more snapshots. For example,
snap-1234567890abcdef0.- Parameters:
sourceSnapshotIds- The IDs of one or more snapshots. For example,snap-1234567890abcdef0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
DisableFastSnapshotRestoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisableFastSnapshotRestoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-