CopyableBuilder<GetParametersByPathResponse.Builder,GetParametersByPathResponse>
, SdkBuilder<GetParametersByPathResponse.Builder,GetParametersByPathResponse>
public static interface GetParametersByPathResponse.Builder extends CopyableBuilder<GetParametersByPathResponse.Builder,GetParametersByPathResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setParameters(java.util.Collection)
or #withParameters(java.util.Collection)
if you want to
override the existing values.
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.