public static interface DescribeParametersRequest.Builder extends DAXRequest.Builder, CopyableBuilder<DescribeParametersRequest.Builder,DescribeParametersRequest>
Modifier and Type | Method and Description |
---|---|
DescribeParametersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
DescribeParametersRequest.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
DescribeParametersRequest.Builder |
parameterGroupName(String parameterGroupName)
The name of the parameter group.
|
DescribeParametersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeParametersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeParametersRequest.Builder |
source(String source)
How the parameter is defined.
|
build
requestOverrideConfig
copy
apply, build
DescribeParametersRequest.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.DescribeParametersRequest.Builder source(String source)
How the parameter is defined. For example, system
denotes a system-defined parameter.
source
- How the parameter is defined. For example, system
denotes a system-defined parameter.DescribeParametersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can
be retrieved.
The value for MaxResults
must be between 20 and 100.
DescribeParametersRequest.Builder nextToken(String 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
.
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
.DescribeParametersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeParametersRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.