Interface DimensionLabel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DimensionLabel.Builder,,DimensionLabel> SdkBuilder<DimensionLabel.Builder,,DimensionLabel> SdkPojo
- Enclosing class:
DimensionLabel
@Mutable
@NotThreadSafe
public static interface DimensionLabel.Builder
extends SdkPojo, CopyableBuilder<DimensionLabel.Builder,DimensionLabel>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The human-readable display name of the label.The type of the dimension label, such asRegionorSagemakerOption.labelType(DimensionLabelType labelType) The type of the dimension label, such asRegionorSagemakerOption.labelValue(String labelValue) The value used to group dimensions together.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
-
labelType
The type of the dimension label, such as
RegionorSagemakerOption.- Parameters:
labelType- The type of the dimension label, such asRegionorSagemakerOption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
labelType
The type of the dimension label, such as
RegionorSagemakerOption.- Parameters:
labelType- The type of the dimension label, such asRegionorSagemakerOption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
labelValue
The value used to group dimensions together.
- Parameters:
labelValue- The value used to group dimensions together.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The human-readable display name of the label.
- Parameters:
displayName- The human-readable display name of the label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-