public static interface DescribeGlobalClustersRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<DescribeGlobalClustersRequest.Builder,DescribeGlobalClustersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The user-supplied DB cluster identifier.
|
DescribeGlobalClustersRequest.Builder |
marker(String marker)
(Optional) A pagination token returned by a previous call to
DescribeGlobalClusters. |
DescribeGlobalClustersRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeGlobalClustersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGlobalClustersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGlobalClustersRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The user-supplied DB cluster identifier. If this parameter is specified, only information about the specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
globalClusterIdentifier - The user-supplied DB cluster identifier. If this parameter is specified, only information about the
specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
DescribeGlobalClustersRequest.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 marker token is included in the response that you can use to
retrieve the remaining results.
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 marker token is included in the response that you can use
to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
DescribeGlobalClustersRequest.Builder marker(String marker)
(Optional) A pagination token returned by a previous call to DescribeGlobalClusters. If
this parameter is specified, the response will only include records beyond the marker, up to the number
specified by MaxRecords.
marker - (Optional) A pagination token returned by a previous call to
DescribeGlobalClusters. If this parameter is specified, the response will only include
records beyond the marker, up to the number specified by MaxRecords.DescribeGlobalClustersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGlobalClustersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.