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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClusterSnapshotsRequest.BuilderclusterArn(String clusterArn)The ARN identifier of the elastic cluster.ListClusterSnapshotsRequest.BuildermaxResults(Integer maxResults)The maximum number of elastic cluster snapshot results to receive in the response.ListClusterSnapshotsRequest.BuildernextToken(String nextToken)A pagination token provided by a previous request.ListClusterSnapshotsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClusterSnapshotsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListClusterSnapshotsRequest.BuildersnapshotType(String snapshotType)The type of cluster snapshots to be returned.-
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 Detail
-
clusterArn
ListClusterSnapshotsRequest.Builder clusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
- Parameters:
clusterArn- The ARN identifier of the elastic cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListClusterSnapshotsRequest.Builder maxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
- Parameters:
maxResults- The maximum number of elastic cluster snapshot results to receive in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListClusterSnapshotsRequest.Builder nextToken(String nextToken)
A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by
max-results.If there is no more data in the responce, the
nextTokenwill not be returned.- Parameters:
nextToken- A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified bymax-results.If there is no more data in the responce, the
nextTokenwill not be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotType
ListClusterSnapshotsRequest.Builder snapshotType(String snapshotType)
The type of cluster snapshots to be returned. You can specify one of the following values:
-
automated- Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account. -
manual- Return all cluster snapshots that you have manually created for your Amazon Web Services account.
- Parameters:
snapshotType- The type of cluster snapshots to be returned. You can specify one of the following values:-
automated- Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account. -
manual- Return all cluster snapshots that you have manually created for your Amazon Web Services account.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
ListClusterSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListClusterSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-