Interface BatchDeleteClusterSnapshotsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteClusterSnapshotsRequest.Builder,BatchDeleteClusterSnapshotsRequest>,RedshiftRequest.Builder,SdkBuilder<BatchDeleteClusterSnapshotsRequest.Builder,BatchDeleteClusterSnapshotsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteClusterSnapshotsRequest
public static interface BatchDeleteClusterSnapshotsRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteClusterSnapshotsRequest.Builder,BatchDeleteClusterSnapshotsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteClusterSnapshotsRequest.Builderidentifiers(Collection<DeleteClusterSnapshotMessage> identifiers)A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.Builderidentifiers(Consumer<DeleteClusterSnapshotMessage.Builder>... identifiers)A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.Builderidentifiers(DeleteClusterSnapshotMessage... identifiers)A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteClusterSnapshotsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
identifiers
BatchDeleteClusterSnapshotsRequest.Builder identifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
- Parameters:
identifiers- A list of identifiers for the snapshots that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchDeleteClusterSnapshotsRequest.Builder identifiers(DeleteClusterSnapshotMessage... identifiers)
A list of identifiers for the snapshots that you want to delete.
- Parameters:
identifiers- A list of identifiers for the snapshots that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchDeleteClusterSnapshotsRequest.Builder identifiers(Consumer<DeleteClusterSnapshotMessage.Builder>... identifiers)
A list of identifiers for the snapshots that you want to delete.
This is a convenience method that creates an instance of theDeleteClusterSnapshotMessage.Builderavoiding the need to create one manually viaDeleteClusterSnapshotMessage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#identifiers(List.) - Parameters:
identifiers- a consumer that will call methods onDeleteClusterSnapshotMessage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#identifiers(java.util.Collection)
-
overrideConfiguration
BatchDeleteClusterSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteClusterSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-