public static interface LabelParameterVersionResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<LabelParameterVersionResponse.Builder,LabelParameterVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
LabelParameterVersionResponse.Builder |
invalidLabels(Collection<String> invalidLabels)
The label doesn't meet the requirements.
|
LabelParameterVersionResponse.Builder |
invalidLabels(String... invalidLabels)
The label doesn't meet the requirements.
|
LabelParameterVersionResponse.Builder |
parameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelParameterVersionResponse.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.
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.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.
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.LabelParameterVersionResponse.Builder parameterVersion(Long parameterVersion)
The version of the parameter that has been labeled.
parameterVersion - The version of the parameter that has been labeled.Copyright © 2023. All rights reserved.