Interface ReferenceLineCustomLabelConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReferenceLineCustomLabelConfiguration.Builder,
,ReferenceLineCustomLabelConfiguration> SdkBuilder<ReferenceLineCustomLabelConfiguration.Builder,
,ReferenceLineCustomLabelConfiguration> SdkPojo
- Enclosing class:
ReferenceLineCustomLabelConfiguration
public static interface ReferenceLineCustomLabelConfiguration.Builder
extends SdkPojo, CopyableBuilder<ReferenceLineCustomLabelConfiguration.Builder,ReferenceLineCustomLabelConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncustomLabel
(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, sdkFields
-
Method Details
-
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.
-