Interface GetParametersByPathResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetParametersByPathResponse.Builder,
,GetParametersByPathResponse> SdkBuilder<GetParametersByPathResponse.Builder,
,GetParametersByPathResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
GetParametersByPathResponse
public static interface GetParametersByPathResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetParametersByPathResponse.Builder,GetParametersByPathResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of items to return.parameters
(Collection<Parameter> parameters) A list of parameters found in the specified hierarchy.parameters
(Consumer<Parameter.Builder>... parameters) A list of parameters found in the specified hierarchy.parameters
(Parameter... parameters) A list of parameters found in the specified hierarchy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
parameters
A list of parameters found in the specified hierarchy.
- Parameters:
parameters
- A list of parameters found in the specified hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of parameters found in the specified hierarchy.
- Parameters:
parameters
- A list of parameters found in the specified hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of parameters found in the specified hierarchy.
This is a convenience method that creates an instance of theParameter.Builder
avoiding the need to create one manually viaParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(List<Parameter>)
.- Parameters:
parameters
- a consumer that will call methods onParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. Use this token to get the next set of results.
- Parameters:
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-