Interface PivotTableFieldOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableFieldOption.Builder,
,PivotTableFieldOption> SdkBuilder<PivotTableFieldOption.Builder,
,PivotTableFieldOption> SdkPojo
- Enclosing class:
PivotTableFieldOption
@Mutable
@NotThreadSafe
public static interface PivotTableFieldOption.Builder
extends SdkPojo, CopyableBuilder<PivotTableFieldOption.Builder,PivotTableFieldOption>
-
Method Summary
Modifier and TypeMethodDescriptioncustomLabel
(String customLabel) The custom label of the pivot table field.The field ID of the pivot table field.visibility
(String visibility) The visibility of the pivot table field.visibility
(Visibility visibility) The visibility of the pivot table field.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 Details
-
fieldId
The field ID of the pivot table field.
- Parameters:
fieldId
- The field ID of the pivot table field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customLabel
The custom label of the pivot table field.
- Parameters:
customLabel
- The custom label of the pivot table field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
The visibility of the pivot table field.
- Parameters:
visibility
- The visibility of the pivot table field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility of the pivot table field.
- Parameters:
visibility
- The visibility of the pivot table field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-