Interface RangeEndsLabelType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RangeEndsLabelType.Builder,RangeEndsLabelType>,SdkBuilder<RangeEndsLabelType.Builder,RangeEndsLabelType>,SdkPojo
- Enclosing class:
- RangeEndsLabelType
@Mutable @NotThreadSafe public static interface RangeEndsLabelType.Builder extends SdkPojo, CopyableBuilder<RangeEndsLabelType.Builder,RangeEndsLabelType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangeEndsLabelType.Buildervisibility(String visibility)The visibility of the range ends label.RangeEndsLabelType.Buildervisibility(Visibility visibility)The visibility of the range ends label.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
visibility
RangeEndsLabelType.Builder visibility(String visibility)
The visibility of the range ends label.
- Parameters:
visibility- The visibility of the range ends label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
visibility
RangeEndsLabelType.Builder visibility(Visibility visibility)
The visibility of the range ends label.
- Parameters:
visibility- The visibility of the range ends label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-