public static interface GetParametersByPathResponse.Builder extends SSMResponse.Builder, CopyableBuilder<GetParametersByPathResponse.Builder,GetParametersByPathResponse>
Modifier and Type | Method and Description |
---|---|
GetParametersByPathResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
GetParametersByPathResponse.Builder |
parameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
|
GetParametersByPathResponse.Builder |
parameters(Parameter... parameters)
A list of parameters found in the specified hierarchy.
|
build
copy
apply, build
GetParametersByPathResponse.Builder parameters(Collection<Parameter> parameters)
A list of parameters found in the specified hierarchy.
parameters
- A list of parameters found in the specified hierarchy.GetParametersByPathResponse.Builder parameters(Parameter... parameters)
A list of parameters found in the specified hierarchy.
parameters
- A list of parameters found in the specified hierarchy.GetParametersByPathResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.