Interface ReferenceLineCustomLabelConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReferenceLineCustomLabelConfiguration.Builder,ReferenceLineCustomLabelConfiguration>,SdkBuilder<ReferenceLineCustomLabelConfiguration.Builder,ReferenceLineCustomLabelConfiguration>,SdkPojo
- Enclosing class:
- ReferenceLineCustomLabelConfiguration
@Mutable @NotThreadSafe public static interface ReferenceLineCustomLabelConfiguration.Builder extends SdkPojo, CopyableBuilder<ReferenceLineCustomLabelConfiguration.Builder,ReferenceLineCustomLabelConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceLineCustomLabelConfiguration.BuildercustomLabel(String customLabel)The string text of the custom 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
-
customLabel
ReferenceLineCustomLabelConfiguration.Builder customLabel(String customLabel)
The string text of the custom label.
- Parameters:
customLabel- The string text of the custom label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-