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 |
filters(Collection<ParametersFilter> filters) |
One or more filters.
|
DescribeParametersRequest.Builder |
filters(ParametersFilter... filters) |
One or more filters.
|
DescribeParametersRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
DescribeParametersRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribeParametersRequest.Builder |
parameterFilters(Collection<ParameterStringFilter> parameterFilters) |
Filters to limit the request results.
|
DescribeParametersRequest.Builder |
parameterFilters(ParameterStringFilter... parameterFilters) |
Filters to limit the request results.
|
copy
apply, build
DescribeParametersRequest.Builder filters(Collection<ParametersFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
filters
- One or more filters. Use a filter to return a more specific list of results.DescribeParametersRequest.Builder filters(ParametersFilter... filters)
One or more filters. Use a filter to return a more specific list of results.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- One or more filters. Use a filter to return a more specific list of results.DescribeParametersRequest.Builder parameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
parameterFilters
- Filters to limit the request results.DescribeParametersRequest.Builder parameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterFilters(java.util.Collection)
or #withParameterFilters(java.util.Collection)
if
you want to override the existing values.
parameterFilters
- Filters to limit the request results.DescribeParametersRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribeParametersRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.