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 Details

    • 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.