Interface LabelParameterVersionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<LabelParameterVersionResponse.Builder,LabelParameterVersionResponse>,SdkBuilder<LabelParameterVersionResponse.Builder,LabelParameterVersionResponse>,SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
- LabelParameterVersionResponse
public static interface LabelParameterVersionResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<LabelParameterVersionResponse.Builder,LabelParameterVersionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelParameterVersionResponse.BuilderinvalidLabels(String... invalidLabels)The label doesn't meet the requirements.LabelParameterVersionResponse.BuilderinvalidLabels(Collection<String> invalidLabels)The label doesn't meet the requirements.LabelParameterVersionResponse.BuilderparameterVersion(Long parameterVersion)The version of the parameter that has been labeled.-
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 Detail
-
invalidLabels
LabelParameterVersionResponse.Builder invalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.
- Parameters:
invalidLabels- The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invalidLabels
LabelParameterVersionResponse.Builder invalidLabels(String... invalidLabels)
The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.
- Parameters:
invalidLabels- The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterVersion
LabelParameterVersionResponse.Builder parameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
- Parameters:
parameterVersion- The version of the parameter that has been labeled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-