public static interface DescribeParameterGroupsRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeParameterGroupsRequest.Builder,DescribeParameterGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeParameterGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeParameterGroupsRequest.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeParameterGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeParameterGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeParameterGroupsRequest.Builder |
parameterGroupName(String parameterGroupName)
The name of a specific parameter group to return details for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeParameterGroupsRequest.Builder parameterGroupName(String parameterGroupName)
The name of a specific parameter group to return details for.
parameterGroupName - The name of a specific parameter group to return details for.DescribeParameterGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults - The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.DescribeParameterGroupsRequest.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.DescribeParameterGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeParameterGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.