public static interface GetParametersByPathRequest.Builder extends SSMRequest.Builder, CopyableBuilder<GetParametersByPathRequest.Builder,GetParametersByPathRequest>
Modifier and Type | Method and Description |
---|---|
GetParametersByPathRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetParametersByPathRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
GetParametersByPathRequest.Builder |
parameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
|
GetParametersByPathRequest.Builder |
parameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
|
GetParametersByPathRequest.Builder |
path(String path)
The hierarchy for the parameter.
|
GetParametersByPathRequest.Builder |
recursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
|
GetParametersByPathRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetParametersByPathRequest.Builder |
withDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetParametersByPathRequest.Builder path(String path)
The hierarchy for the parameter. Hierarchies start with a forward slash (/) and end with the parameter name.
A hierarchy can have a maximum of five levels. For example:
/Finance/Prod/IAD/WinServ2016/license15
path
- The hierarchy for the parameter. Hierarchies start with a forward slash (/) and end with the parameter
name. A hierarchy can have a maximum of five levels. For example:
/Finance/Prod/IAD/WinServ2016/license15
GetParametersByPathRequest.Builder recursive(Boolean recursive)
Retrieve all parameters within a hierarchy.
recursive
- Retrieve all parameters within a hierarchy.GetParametersByPathRequest.Builder parameterFilters(Collection<ParameterStringFilter> parameterFilters)
Filters to limit the request results.
parameterFilters
- Filters to limit the request results.GetParametersByPathRequest.Builder parameterFilters(ParameterStringFilter... parameterFilters)
Filters to limit the request results.
parameterFilters
- Filters to limit the request results.GetParametersByPathRequest.Builder withDecryption(Boolean withDecryption)
Retrieve all parameters in a hierarchy with their value decrypted.
withDecryption
- Retrieve all parameters in a hierarchy with their value decrypted.GetParametersByPathRequest.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.GetParametersByPathRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.GetParametersByPathRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.