Interface ListDbInstancesForClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDbInstancesForClusterRequest.Builder,ListDbInstancesForClusterRequest>,SdkBuilder<ListDbInstancesForClusterRequest.Builder,ListDbInstancesForClusterRequest>,SdkPojo,SdkRequest.Builder,TimestreamInfluxDbRequest.Builder
- Enclosing class:
- ListDbInstancesForClusterRequest
public static interface ListDbInstancesForClusterRequest.Builder extends TimestreamInfluxDbRequest.Builder, SdkPojo, CopyableBuilder<ListDbInstancesForClusterRequest.Builder,ListDbInstancesForClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDbInstancesForClusterRequest.BuilderdbClusterId(String dbClusterId)Service-generated unique identifier of the DB cluster.ListDbInstancesForClusterRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return in the output.ListDbInstancesForClusterRequest.BuildernextToken(String nextToken)The pagination token.ListDbInstancesForClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDbInstancesForClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbRequest.Builder
build
-
-
-
-
Method Detail
-
dbClusterId
ListDbInstancesForClusterRequest.Builder dbClusterId(String dbClusterId)
Service-generated unique identifier of the DB cluster.
- Parameters:
dbClusterId- Service-generated unique identifier of the DB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDbInstancesForClusterRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.
- Parameters:
nextToken- The pagination token. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDbInstancesForClusterRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the output. If the total number of items available is more than the value specified, a nextToken is provided in the output. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.
- Parameters:
maxResults- The maximum number of items to return in the output. If the total number of items available is more than the value specified, a nextToken is provided in the output. To resume pagination, provide the nextToken value as an argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDbInstancesForClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDbInstancesForClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-