@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SankeyDiagramSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a sankey diagram.
Constructor and Description |
---|
SankeyDiagramSortConfiguration() |
Modifier and Type | Method and Description |
---|---|
SankeyDiagramSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getDestinationItemsLimit()
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
ItemsLimitConfiguration |
getSourceItemsLimit()
The limit on the number of source nodes that are displayed in a sankey diagram.
|
List<FieldSortOptions> |
getWeightSort()
The sort configuration of the weight fields.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
void |
setSourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
|
void |
setWeightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
|
String |
toString()
Returns a string representation of this object.
|
SankeyDiagramSortConfiguration |
withDestinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
|
SankeyDiagramSortConfiguration |
withSourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
|
SankeyDiagramSortConfiguration |
withWeightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
|
SankeyDiagramSortConfiguration |
withWeightSort(FieldSortOptions... weightSort)
The sort configuration of the weight fields.
|
public List<FieldSortOptions> getWeightSort()
The sort configuration of the weight fields.
public void setWeightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
weightSort
- The sort configuration of the weight fields.public SankeyDiagramSortConfiguration withWeightSort(FieldSortOptions... weightSort)
The sort configuration of the weight fields.
NOTE: This method appends the values to the existing list (if any). Use
setWeightSort(java.util.Collection)
or withWeightSort(java.util.Collection)
if you want to
override the existing values.
weightSort
- The sort configuration of the weight fields.public SankeyDiagramSortConfiguration withWeightSort(Collection<FieldSortOptions> weightSort)
The sort configuration of the weight fields.
weightSort
- The sort configuration of the weight fields.public void setSourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
sourceItemsLimit
- The limit on the number of source nodes that are displayed in a sankey diagram.public ItemsLimitConfiguration getSourceItemsLimit()
The limit on the number of source nodes that are displayed in a sankey diagram.
public SankeyDiagramSortConfiguration withSourceItemsLimit(ItemsLimitConfiguration sourceItemsLimit)
The limit on the number of source nodes that are displayed in a sankey diagram.
sourceItemsLimit
- The limit on the number of source nodes that are displayed in a sankey diagram.public void setDestinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
destinationItemsLimit
- The limit on the number of destination nodes that are displayed in a sankey diagram.public ItemsLimitConfiguration getDestinationItemsLimit()
The limit on the number of destination nodes that are displayed in a sankey diagram.
public SankeyDiagramSortConfiguration withDestinationItemsLimit(ItemsLimitConfiguration destinationItemsLimit)
The limit on the number of destination nodes that are displayed in a sankey diagram.
destinationItemsLimit
- The limit on the number of destination nodes that are displayed in a sankey diagram.public String toString()
toString
in class Object
Object.toString()
public SankeyDiagramSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.