Interface CfnTopic.ComparativeOrderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopic.ComparativeOrderProperty.Jsii$Proxy
- Enclosing class:
CfnTopic
@Stability(Stable)
public static interface CfnTopic.ComparativeOrderProperty
extends software.amazon.jsii.JsiiSerializable
The order in which data is displayed for the column when it's used in a comparative context.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
ComparativeOrderProperty comparativeOrderProperty = ComparativeOrderProperty.builder()
.specifedOrder(List.of("specifedOrder"))
.treatUndefinedSpecifiedValues("treatUndefinedSpecifiedValues")
.useOrdering("useOrdering")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopic.ComparativeOrderPropertystatic final classAn implementation forCfnTopic.ComparativeOrderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSpecifedOrder
The list of columns to be used in the ordering.- See Also:
-
getTreatUndefinedSpecifiedValues
The treat of undefined specified values.Valid values for this structure are
LEASTandMOST.- See Also:
-
getUseOrdering
The ordering type for a column.Valid values for this structure are
GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.- See Also:
-
builder
-