Interface LabelNameCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LabelNameCondition.Builder,,LabelNameCondition> SdkBuilder<LabelNameCondition.Builder,,LabelNameCondition> SdkPojo
- Enclosing class:
LabelNameCondition
@Mutable
@NotThreadSafe
public static interface LabelNameCondition.Builder
extends SdkPojo, CopyableBuilder<LabelNameCondition.Builder,LabelNameCondition>
-
Method Summary
Modifier and TypeMethodDescriptionThe label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
labelName
The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.
- Parameters:
labelName- The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-