public static interface ListClusterSnapshotsRequest.Builder extends DocDbElasticRequest.Builder, SdkPojo, CopyableBuilder<ListClusterSnapshotsRequest.Builder,ListClusterSnapshotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsRequest.Builder |
clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ListClusterSnapshotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
|
ListClusterSnapshotsRequest.Builder |
nextToken(String nextToken)
The nextToken which is used the get the next page of data.
|
ListClusterSnapshotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClusterSnapshotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClusterSnapshotsRequest.Builder clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn - The arn of the Elastic DocumentDB cluster.ListClusterSnapshotsRequest.Builder maxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
maxResults - The maximum number of entries to recieve in the response.ListClusterSnapshotsRequest.Builder nextToken(String nextToken)
The nextToken which is used the get the next page of data.
nextToken - The nextToken which is used the get the next page of data.ListClusterSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListClusterSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.