Interface ListDbParameterGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDbParameterGroupsRequest.Builder,ListDbParameterGroupsRequest>,SdkBuilder<ListDbParameterGroupsRequest.Builder,ListDbParameterGroupsRequest>,SdkPojo,SdkRequest.Builder,TimestreamInfluxDbRequest.Builder
- Enclosing class:
- ListDbParameterGroupsRequest
public static interface ListDbParameterGroupsRequest.Builder extends TimestreamInfluxDbRequest.Builder, SdkPojo, CopyableBuilder<ListDbParameterGroupsRequest.Builder,ListDbParameterGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDbParameterGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return in the output.ListDbParameterGroupsRequest.BuildernextToken(String nextToken)The pagination token.ListDbParameterGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDbParameterGroupsRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.timestreaminfluxdb.model.TimestreamInfluxDbRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListDbParameterGroupsRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
- Parameters:
nextToken- The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDbParameterGroupsRequest.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 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 argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDbParameterGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDbParameterGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-