Interface PivotTableFieldCollapseStateOption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PivotTableFieldCollapseStateOption.Builder,,- PivotTableFieldCollapseStateOption> - SdkBuilder<PivotTableFieldCollapseStateOption.Builder,,- PivotTableFieldCollapseStateOption> - SdkPojo
- Enclosing class:
- PivotTableFieldCollapseStateOption
@Mutable
@NotThreadSafe
public static interface PivotTableFieldCollapseStateOption.Builder
extends SdkPojo, CopyableBuilder<PivotTableFieldCollapseStateOption.Builder,PivotTableFieldCollapseStateOption> 
- 
Method SummaryModifier and TypeMethodDescriptionThe state of the field target of a pivot table.The state of the field target of a pivot table.A tagged-union object that sets the collapse state.A tagged-union object that sets the collapse state.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- 
targetA tagged-union object that sets the collapse state. - Parameters:
- target- A tagged-union object that sets the collapse state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetdefault PivotTableFieldCollapseStateOption.Builder target(Consumer<PivotTableFieldCollapseStateTarget.Builder> target) A tagged-union object that sets the collapse state. This is a convenience method that creates an instance of thePivotTableFieldCollapseStateTarget.Builderavoiding the need to create one manually viaPivotTableFieldCollapseStateTarget.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(PivotTableFieldCollapseStateTarget).- Parameters:
- target- a consumer that will call methods on- PivotTableFieldCollapseStateTarget.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the field target of a pivot table. Choose one of the following options: - 
 COLLAPSED
- 
 EXPANDED
 - Parameters:
- state- The state of the field target of a pivot table. Choose one of the following options:- 
        COLLAPSED
- 
        EXPANDED
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
stateThe state of the field target of a pivot table. Choose one of the following options: - 
 COLLAPSED
- 
 EXPANDED
 - Parameters:
- state- The state of the field target of a pivot table. Choose one of the following options:- 
        COLLAPSED
- 
        EXPANDED
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
 
-