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 does not meet the requirements.
|
LabelParameterVersionResponse.Builder |
invalidLabels(String... invalidLabels)
The label does not meet the requirements.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
LabelParameterVersionResponse.Builder invalidLabels(Collection<String> invalidLabels)
The label does not meet the requirements. For information about parameter label requirements, see Labeling Parameters in the AWS Systems Manager User Guide.
invalidLabels
- The label does not meet the requirements. For information about parameter label requirements, see Labeling
Parameters in the AWS Systems Manager User Guide.LabelParameterVersionResponse.Builder invalidLabels(String... invalidLabels)
The label does not meet the requirements. For information about parameter label requirements, see Labeling Parameters in the AWS Systems Manager User Guide.
invalidLabels
- The label does not meet the requirements. For information about parameter label requirements, see Labeling
Parameters in the AWS Systems Manager User Guide.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.