public static interface BatchDeleteClusterSnapshotsRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteClusterSnapshotsRequest.Builder,BatchDeleteClusterSnapshotsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteClusterSnapshotsRequest.Builder |
identifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest.Builder |
identifiers(Consumer<DeleteClusterSnapshotMessage.Builder>... identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest.Builder |
identifiers(DeleteClusterSnapshotMessage... identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchDeleteClusterSnapshotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchDeleteClusterSnapshotsRequest.Builder identifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
identifiers - A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.Builder identifiers(DeleteClusterSnapshotMessage... identifiers)
A list of identifiers for the snapshots that you want to delete.
identifiers - A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.Builder identifiers(Consumer<DeleteClusterSnapshotMessage.Builder>... identifiers)
A list of identifiers for the snapshots that you want to delete.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #identifiers(List) .identifiers - a consumer that will call methods on List.Builder #identifiers(List) BatchDeleteClusterSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchDeleteClusterSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.