CopyableBuilder<GetParametersResponse.Builder,GetParametersResponse>
, SdkBuilder<GetParametersResponse.Builder,GetParametersResponse>
public static interface GetParametersResponse.Builder extends CopyableBuilder<GetParametersResponse.Builder,GetParametersResponse>
Modifier and Type | Method | Description |
---|---|---|
GetParametersResponse.Builder |
invalidParameters(String... invalidParameters) |
A list of parameters that are not formatted correctly or do not run when executed.
|
GetParametersResponse.Builder |
invalidParameters(Collection<String> invalidParameters) |
A list of parameters that are not formatted correctly or do not run when executed.
|
GetParametersResponse.Builder |
parameters(Collection<Parameter> parameters) |
A list of details for a parameter.
|
GetParametersResponse.Builder |
parameters(Parameter... parameters) |
A list of details for a parameter.
|
copy
apply, build
GetParametersResponse.Builder parameters(Collection<Parameter> parameters)
A list of details for a parameter.
parameters
- A list of details for a parameter.GetParametersResponse.Builder parameters(Parameter... parameters)
A list of details for a parameter.
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 details for a parameter.GetParametersResponse.Builder invalidParameters(Collection<String> invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
invalidParameters
- A list of parameters that are not formatted correctly or do not run when executed.GetParametersResponse.Builder invalidParameters(String... invalidParameters)
A list of parameters that are not formatted correctly or do not run when executed.
NOTE: This method appends the values to the existing list (if any). Use
#setInvalidParameters(java.util.Collection)
or #withInvalidParameters(java.util.Collection)
if you want to override the existing values.
invalidParameters
- A list of parameters that are not formatted correctly or do not run when executed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.