public static interface GetParametersByPathResponse.Builder extends SsmResponse.Builder, SdkPojo, 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(Consumer<Parameter.Builder>... 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, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 parameters(Consumer<Parameter.Builder>... parameters)
A list of parameters found in the specified hierarchy.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #parameters(List)
.parameters
- a consumer that will call methods on List.Builder
#parameters(List)
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.