@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGlobalClustersRequest extends RdsRequest implements ToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeGlobalClustersRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeGlobalClustersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
A filter that specifies one or more global DB clusters to describe.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalClusterIdentifier()
The user-supplied DB cluster identifier.
|
int |
hashCode() |
String |
marker()
An optional pagination token provided by a previous DescribeGlobalClusters request.
|
Integer |
maxRecords()
The maximum number of records to include in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeGlobalClustersRequest.Builder> |
serializableBuilderClass() |
DescribeGlobalClustersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String globalClusterIdentifier()
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:
If supplied, must match an existing DBClusterIdentifier.
Constraints:
If supplied, must match an existing DBClusterIdentifier.
public List<Filter> filters()
A filter that specifies one or more global 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
public 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
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.
public String marker()
An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
MaxRecords
.public DescribeGlobalClustersRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>
toBuilder
in class RdsRequest
public static DescribeGlobalClustersRequest.Builder builder()
public static Class<? extends DescribeGlobalClustersRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.