Interface DescribeMultiRegionParametersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeMultiRegionParametersRequest.Builder,
,DescribeMultiRegionParametersRequest> MemoryDbRequest.Builder
,SdkBuilder<DescribeMultiRegionParametersRequest.Builder,
,DescribeMultiRegionParametersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeMultiRegionParametersRequest
@Mutable
@NotThreadSafe
public static interface DescribeMultiRegionParametersRequest.Builder
extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeMultiRegionParametersRequest.Builder,DescribeMultiRegionParametersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of records to include in the response.multiRegionParameterGroupName
(String multiRegionParameterGroupName) The name of the multi-region parameter group to return details for.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.The parameter types to return.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.services.memorydb.model.MemoryDbRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
multiRegionParameterGroupName
DescribeMultiRegionParametersRequest.Builder multiRegionParameterGroupName(String multiRegionParameterGroupName) The name of the multi-region parameter group to return details for.
- Parameters:
multiRegionParameterGroupName
- The name of the multi-region parameter group to return details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The parameter types to return. Valid values: user | system | engine-default
- Parameters:
source
- The parameter types to return. Valid values: user | system | engine-default- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- 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.
-
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.
- 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.
-
overrideConfiguration
DescribeMultiRegionParametersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeMultiRegionParametersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-