Interface DataPathLabelType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataPathLabelType.Builder,DataPathLabelType>,SdkBuilder<DataPathLabelType.Builder,DataPathLabelType>,SdkPojo
- Enclosing class:
- DataPathLabelType
public static interface DataPathLabelType.Builder extends SdkPojo, CopyableBuilder<DataPathLabelType.Builder,DataPathLabelType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPathLabelType.BuilderfieldId(String fieldId)The field ID of the field that the data label needs to be applied to.DataPathLabelType.BuilderfieldValue(String fieldValue)The actual value of the field that is labeled.DataPathLabelType.Buildervisibility(String visibility)The visibility of the data label.DataPathLabelType.Buildervisibility(Visibility visibility)The visibility of the data 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 Detail
-
fieldId
DataPathLabelType.Builder fieldId(String fieldId)
The field ID of the field that the data label needs to be applied to.
- Parameters:
fieldId- The field ID of the field that the data label needs to be applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldValue
DataPathLabelType.Builder fieldValue(String fieldValue)
The actual value of the field that is labeled.
- Parameters:
fieldValue- The actual value of the field that is labeled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
DataPathLabelType.Builder visibility(String visibility)
The visibility of the data label.
- Parameters:
visibility- The visibility of the data label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
visibility
DataPathLabelType.Builder visibility(Visibility visibility)
The visibility of the data label.
- Parameters:
visibility- The visibility of the data label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
-