@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTableFieldOptions extends Object implements Serializable, Cloneable, StructuredPojo
The field options for a pivot table visual.
Constructor and Description |
---|
PivotTableFieldOptions() |
Modifier and Type | Method and Description |
---|---|
PivotTableFieldOptions |
clone() |
boolean |
equals(Object obj) |
List<PivotTableFieldCollapseStateOption> |
getCollapseStateOptions()
The collapse state options for the pivot table field options.
|
List<PivotTableDataPathOption> |
getDataPathOptions()
The data path options for the pivot table field options.
|
List<PivotTableFieldOption> |
getSelectedFieldOptions()
The selected field options for the pivot table field options.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCollapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions)
The collapse state options for the pivot table field options.
|
void |
setDataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)
The data path options for the pivot table field options.
|
void |
setSelectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
|
String |
toString()
Returns a string representation of this object.
|
PivotTableFieldOptions |
withCollapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions)
The collapse state options for the pivot table field options.
|
PivotTableFieldOptions |
withCollapseStateOptions(PivotTableFieldCollapseStateOption... collapseStateOptions)
The collapse state options for the pivot table field options.
|
PivotTableFieldOptions |
withDataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)
The data path options for the pivot table field options.
|
PivotTableFieldOptions |
withDataPathOptions(PivotTableDataPathOption... dataPathOptions)
The data path options for the pivot table field options.
|
PivotTableFieldOptions |
withSelectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
|
PivotTableFieldOptions |
withSelectedFieldOptions(PivotTableFieldOption... selectedFieldOptions)
The selected field options for the pivot table field options.
|
public List<PivotTableFieldOption> getSelectedFieldOptions()
The selected field options for the pivot table field options.
public void setSelectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
selectedFieldOptions
- The selected field options for the pivot table field options.public PivotTableFieldOptions withSelectedFieldOptions(PivotTableFieldOption... selectedFieldOptions)
The selected field options for the pivot table field options.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedFieldOptions(java.util.Collection)
or withSelectedFieldOptions(java.util.Collection)
if you want to override the existing values.
selectedFieldOptions
- The selected field options for the pivot table field options.public PivotTableFieldOptions withSelectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
selectedFieldOptions
- The selected field options for the pivot table field options.public List<PivotTableDataPathOption> getDataPathOptions()
The data path options for the pivot table field options.
public void setDataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)
The data path options for the pivot table field options.
dataPathOptions
- The data path options for the pivot table field options.public PivotTableFieldOptions withDataPathOptions(PivotTableDataPathOption... dataPathOptions)
The data path options for the pivot table field options.
NOTE: This method appends the values to the existing list (if any). Use
setDataPathOptions(java.util.Collection)
or withDataPathOptions(java.util.Collection)
if you
want to override the existing values.
dataPathOptions
- The data path options for the pivot table field options.public PivotTableFieldOptions withDataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)
The data path options for the pivot table field options.
dataPathOptions
- The data path options for the pivot table field options.public List<PivotTableFieldCollapseStateOption> getCollapseStateOptions()
The collapse state options for the pivot table field options.
public void setCollapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions)
The collapse state options for the pivot table field options.
collapseStateOptions
- The collapse state options for the pivot table field options.public PivotTableFieldOptions withCollapseStateOptions(PivotTableFieldCollapseStateOption... collapseStateOptions)
The collapse state options for the pivot table field options.
NOTE: This method appends the values to the existing list (if any). Use
setCollapseStateOptions(java.util.Collection)
or withCollapseStateOptions(java.util.Collection)
if you want to override the existing values.
collapseStateOptions
- The collapse state options for the pivot table field options.public PivotTableFieldOptions withCollapseStateOptions(Collection<PivotTableFieldCollapseStateOption> collapseStateOptions)
The collapse state options for the pivot table field options.
collapseStateOptions
- The collapse state options for the pivot table field options.public String toString()
toString
in class Object
Object.toString()
public PivotTableFieldOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.