@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SankeyDiagramChartConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a sankey diagram.
Constructor and Description |
---|
SankeyDiagramChartConfiguration() |
Modifier and Type | Method and Description |
---|---|
SankeyDiagramChartConfiguration |
clone() |
boolean |
equals(Object obj) |
DataLabelOptions |
getDataLabels()
The data label configuration of a sankey diagram.
|
SankeyDiagramFieldWells |
getFieldWells()
The field well configuration of a sankey diagram.
|
SankeyDiagramSortConfiguration |
getSortConfiguration()
The sort configuration of a sankey diagram.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a sankey diagram.
|
void |
setFieldWells(SankeyDiagramFieldWells fieldWells)
The field well configuration of a sankey diagram.
|
void |
setSortConfiguration(SankeyDiagramSortConfiguration sortConfiguration)
The sort configuration of a sankey diagram.
|
String |
toString()
Returns a string representation of this object.
|
SankeyDiagramChartConfiguration |
withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a sankey diagram.
|
SankeyDiagramChartConfiguration |
withFieldWells(SankeyDiagramFieldWells fieldWells)
The field well configuration of a sankey diagram.
|
SankeyDiagramChartConfiguration |
withSortConfiguration(SankeyDiagramSortConfiguration sortConfiguration)
The sort configuration of a sankey diagram.
|
public void setFieldWells(SankeyDiagramFieldWells fieldWells)
The field well configuration of a sankey diagram.
fieldWells
- The field well configuration of a sankey diagram.public SankeyDiagramFieldWells getFieldWells()
The field well configuration of a sankey diagram.
public SankeyDiagramChartConfiguration withFieldWells(SankeyDiagramFieldWells fieldWells)
The field well configuration of a sankey diagram.
fieldWells
- The field well configuration of a sankey diagram.public void setSortConfiguration(SankeyDiagramSortConfiguration sortConfiguration)
The sort configuration of a sankey diagram.
sortConfiguration
- The sort configuration of a sankey diagram.public SankeyDiagramSortConfiguration getSortConfiguration()
The sort configuration of a sankey diagram.
public SankeyDiagramChartConfiguration withSortConfiguration(SankeyDiagramSortConfiguration sortConfiguration)
The sort configuration of a sankey diagram.
sortConfiguration
- The sort configuration of a sankey diagram.public void setDataLabels(DataLabelOptions dataLabels)
The data label configuration of a sankey diagram.
dataLabels
- The data label configuration of a sankey diagram.public DataLabelOptions getDataLabels()
The data label configuration of a sankey diagram.
public SankeyDiagramChartConfiguration withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a sankey diagram.
dataLabels
- The data label configuration of a sankey diagram.public String toString()
toString
in class Object
Object.toString()
public SankeyDiagramChartConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.