CopyableBuilder<DescribeParametersRequest.Builder,DescribeParametersRequest>
, SdkBuilder<DescribeParametersRequest.Builder,DescribeParametersRequest>
public static interface DescribeParametersRequest.Builder extends CopyableBuilder<DescribeParametersRequest.Builder,DescribeParametersRequest>
Modifier and Type | Method | 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 |
source(String source) |
How the parameter is defined.
|
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.