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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fieldIdThe 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.
 
- 
customLabelThe 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.
 
- 
visibilityThe 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:
 
- 
visibilityThe 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:
 
 
-