public static interface DescribeDbClusterAutomatedBackupsRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterAutomatedBackupsRequest.Builder,DescribeDbClusterAutomatedBackupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbClusterAutomatedBackupsRequest.Builder dbClusterResourceId(String dbClusterResourceId)
The resource ID of the DB cluster that is the source of the automated backup. This parameter isn't case-sensitive.
dbClusterResourceId - The resource ID of the DB cluster that is the source of the automated backup. This parameter isn't
case-sensitive.DescribeDbClusterAutomatedBackupsRequest.Builder dbClusterIdentifier(String 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.
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.DescribeDbClusterAutomatedBackupsRequest.Builder filters(Collection<Filter> 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.
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.
DescribeDbClusterAutomatedBackupsRequest.Builder filters(Filter... 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.
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.
DescribeDbClusterAutomatedBackupsRequest.Builder filters(Consumer<Filter.Builder>... 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.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeDbClusterAutomatedBackupsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so that you can
retrieve the remaining results.
maxRecords - The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so that
you can retrieve the remaining results.DescribeDbClusterAutomatedBackupsRequest.Builder marker(String 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.
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.DescribeDbClusterAutomatedBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDbClusterAutomatedBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.