Interface DescribeDbClusterAutomatedBackupsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbClusterAutomatedBackupsRequest.Builder,,DescribeDbClusterAutomatedBackupsRequest> RdsRequest.Builder,SdkBuilder<DescribeDbClusterAutomatedBackupsRequest.Builder,,DescribeDbClusterAutomatedBackupsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeDbClusterAutomatedBackupsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterIdentifier(String dbClusterIdentifier) (Optional) The user-supplied DB cluster identifier.dbClusterResourceId(String dbClusterResourceId) The resource ID of the DB cluster that is the source of the automated backup.filters(Collection<Filter> filters) A filter that specifies which resources to return based on status.filters(Consumer<Filter.Builder>... filters) A filter that specifies which resources to return based on status.A filter that specifies which resources to return based on status.The pagination token provided in the previous request.maxRecords(Integer maxRecords) The maximum number of records to include in the response.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dbClusterResourceId
The resource ID of the DB cluster that is the source of the automated backup. This parameter isn't case-sensitive.
- Parameters:
dbClusterResourceId- The resource ID of the DB cluster that is the source of the automated backup. This parameter isn't case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterIdentifier
(Optional) The user-supplied DB cluster identifier. If this parameter is specified, it must match the identifier of an existing DB cluster. It returns information from the specific DB cluster's automated backup. This parameter isn't case-sensitive.
- Parameters:
dbClusterIdentifier- (Optional) The user-supplied DB cluster identifier. If this parameter is specified, it must match the identifier of an existing DB cluster. It returns information from the specific DB cluster's automated backup. This parameter isn't case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A filter that specifies which resources to return based on status.
Supported filters are the following:
-
status-
retained- Automated backups for deleted clusters and after backup replication is stopped.
-
-
db-cluster-id- Accepts DB cluster identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster automated backups identified by these ARNs. -
db-cluster-resource-id- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
- Parameters:
filters- A filter that specifies which resources to return based on status.Supported filters are the following:
-
status-
retained- Automated backups for deleted clusters and after backup replication is stopped.
-
-
db-cluster-id- Accepts DB cluster identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster automated backups identified by these ARNs. -
db-cluster-resource-id- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
A filter that specifies which resources to return based on status.
Supported filters are the following:
-
status-
retained- Automated backups for deleted clusters and after backup replication is stopped.
-
-
db-cluster-id- Accepts DB cluster identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster automated backups identified by these ARNs. -
db-cluster-resource-id- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
- Parameters:
filters- A filter that specifies which resources to return based on status.Supported filters are the following:
-
status-
retained- Automated backups for deleted clusters and after backup replication is stopped.
-
-
db-cluster-id- Accepts DB cluster identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster automated backups identified by these ARNs. -
db-cluster-resource-id- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
A filter that specifies which resources to return based on status.
Supported filters are the following:
-
status-
retained- Automated backups for deleted clusters and after backup replication is stopped.
-
-
db-cluster-id- Accepts DB cluster identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster automated backups identified by these ARNs. -
db-cluster-resource-id- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list includes only information about the DB cluster resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<Filter>).- Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
maxRecords
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that you can retrieve the remaining results.- Parameters:
maxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that you can retrieve the remaining results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to
MaxRecords.- Parameters:
marker- The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up toMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDbClusterAutomatedBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeDbClusterAutomatedBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-