Interface ListClusterSnapshotsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListClusterSnapshotsRequest.Builder,
,ListClusterSnapshotsRequest> DocDbElasticRequest.Builder
,SdkBuilder<ListClusterSnapshotsRequest.Builder,
,ListClusterSnapshotsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListClusterSnapshotsRequest
public static interface ListClusterSnapshotsRequest.Builder
extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<ListClusterSnapshotsRequest.Builder,ListClusterSnapshotsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The arn of the Elastic DocumentDB cluster.maxResults
(Integer maxResults) The maximum number of entries to recieve in the response.The nextToken which is used the get the next page of data.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.docdbelastic.model.DocDbElasticRequest.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 Details
-
clusterArn
The arn of the Elastic DocumentDB cluster.
- Parameters:
clusterArn
- The arn of the Elastic DocumentDB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of entries to recieve in the response.
- Parameters:
maxResults
- The maximum number of entries to recieve in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The nextToken which is used the get the next page of data.
- Parameters:
nextToken
- The nextToken which is used the get the next page of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListClusterSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListClusterSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-