Interface DescribeMultiRegionParameterGroupsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeMultiRegionParameterGroupsRequest.Builder,,- DescribeMultiRegionParameterGroupsRequest> - MemoryDbRequest.Builder,- SdkBuilder<DescribeMultiRegionParameterGroupsRequest.Builder,,- DescribeMultiRegionParameterGroupsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeMultiRegionParameterGroupsRequest
@Mutable
@NotThreadSafe
public static interface DescribeMultiRegionParameterGroupsRequest.Builder
extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeMultiRegionParameterGroupsRequest.Builder,DescribeMultiRegionParameterGroupsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of records to include in the response.multiRegionParameterGroupName(String multiRegionParameterGroupName) The request for information on a specific multi-region parameter group.An optional token returned from a prior request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
multiRegionParameterGroupNameDescribeMultiRegionParameterGroupsRequest.Builder multiRegionParameterGroupName(String multiRegionParameterGroupName) The request for information on a specific multi-region parameter group. - Parameters:
- multiRegionParameterGroupName- The request for information on a specific multi-region parameter group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenAn optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - Parameters:
- nextToken- An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDescribeMultiRegionParameterGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeMultiRegionParameterGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-