Interface PivotTableFieldOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PivotTableFieldOption.Builder,PivotTableFieldOption>,SdkBuilder<PivotTableFieldOption.Builder,PivotTableFieldOption>,SdkPojo
- Enclosing class:
- PivotTableFieldOption
public static interface PivotTableFieldOption.Builder extends SdkPojo, CopyableBuilder<PivotTableFieldOption.Builder,PivotTableFieldOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PivotTableFieldOption.BuildercustomLabel(String customLabel)The custom label of the pivot table field.PivotTableFieldOption.BuilderfieldId(String fieldId)The field ID of the pivot table field.PivotTableFieldOption.Buildervisibility(String visibility)The visibility of the pivot table field.PivotTableFieldOption.Buildervisibility(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, sdkFields
-
-
-
-
Method Detail
-
fieldId
PivotTableFieldOption.Builder fieldId(String 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
PivotTableFieldOption.Builder customLabel(String 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
PivotTableFieldOption.Builder visibility(String 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,Visibility
-
visibility
PivotTableFieldOption.Builder visibility(Visibility 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,Visibility
-
-