CopyableBuilder<DescribeDBClustersRequest.Builder,DescribeDBClustersRequest>
, SdkBuilder<DescribeDBClustersRequest.Builder,DescribeDBClustersRequest>
public static interface DescribeDBClustersRequest.Builder extends CopyableBuilder<DescribeDBClustersRequest.Builder,DescribeDBClustersRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeDBClustersRequest.Builder |
dbClusterIdentifier(String dbClusterIdentifier) |
The user-supplied DB cluster identifier.
|
DescribeDBClustersRequest.Builder |
filters(Collection<Filter> filters) |
A filter that specifies one or more DB clusters to describe.
|
DescribeDBClustersRequest.Builder |
filters(Filter... filters) |
A filter that specifies one or more DB clusters to describe.
|
DescribeDBClustersRequest.Builder |
marker(String marker) |
An optional pagination token provided by a previous DescribeDBClusters request.
|
DescribeDBClustersRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of records to include in the response.
|
copy
apply, build
DescribeDBClustersRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
dbClusterIdentifier
- The user-supplied DB cluster identifier. If this parameter is specified, information from only the
specific DB cluster is returned. This parameter isn't case-sensitive.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
DescribeDBClustersRequest.Builder filters(Collection<Filter> filters)
A filter that specifies one or more DB clusters to describe.
Supported filters:
db-cluster-id
- Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The
results list will only include information about the DB clusters identified by these ARNs.
filters
- A filter that specifies one or more DB clusters to describe.
Supported filters:
db-cluster-id
- Accepts DB cluster identifiers and DB cluster Amazon Resource Names
(ARNs). The results list will only include information about the DB clusters identified by these ARNs.
DescribeDBClustersRequest.Builder filters(Filter... filters)
A filter that specifies one or more DB clusters to describe.
Supported filters:
db-cluster-id
- Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The
results list will only include information about the DB clusters identified by these ARNs.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- A filter that specifies one or more DB clusters to describe.
Supported filters:
db-cluster-id
- Accepts DB cluster identifiers and DB cluster Amazon Resource Names
(ARNs). The results list will only include information about the DB clusters identified by these ARNs.
DescribeDBClustersRequest.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 the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
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
the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
DescribeDBClustersRequest.Builder marker(String marker)
An optional pagination token provided by a previous DescribeDBClusters request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
marker
- An optional pagination token provided by a previous DescribeDBClusters request. If this
parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.