Class CfnTopic.TopicCalculatedFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.TopicCalculatedFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.TopicCalculatedFieldProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.TopicCalculatedFieldProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.TopicCalculatedFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.TopicCalculatedFieldProperty
An implementation for
CfnTopic.TopicCalculatedFieldProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTopic.TopicCalculatedFieldProperty
CfnTopic.TopicCalculatedFieldProperty.Builder, CfnTopic.TopicCalculatedFieldProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopic.TopicCalculatedFieldProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The default aggregation.The list of aggregation types that are allowed for the calculated field.final String
The calculated field description.final String
The calculated field name.The other names or aliases for the calculated field.final Object
The other names or aliases for the calculated field cell value.final String
The column data role for a calculated field.final Object
The order in which data is displayed for the calculated field when it's used in a comparative context.final Object
The default formatting definition.final Object
A Boolean value that indicates if a calculated field is visible in the autocomplete.final String
The calculated field expression.final Object
A boolean value that indicates if a calculated field is included in the topic.final Object
A Boolean value that indicates whether to never aggregate calculated field in filters.final Object
The non additive for the table style target.The list of aggregation types that are not allowed for the calculated field.final Object
The semantic type.final String
The level of time precision that is used to aggregateDateTime
values.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopic.TopicCalculatedFieldProperty.Builder
.
-
-
Method Details
-
getCalculatedFieldName
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The calculated field name.- Specified by:
getCalculatedFieldName
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getExpression
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The calculated field expression.- Specified by:
getExpression
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getAggregation
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The default aggregation.Valid values for this structure are
SUM
,MAX
,MIN
,COUNT
,DISTINCT_COUNT
, andAVERAGE
.- Specified by:
getAggregation
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getAllowedAggregations
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The list of aggregation types that are allowed for the calculated field.Valid values for this structure are
COUNT
,DISTINCT_COUNT
,MIN
,MAX
,MEDIAN
,SUM
,AVERAGE
,STDEV
,STDEVP
,VAR
,VARP
, andPERCENTILE
.- Specified by:
getAllowedAggregations
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getCalculatedFieldDescription
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The calculated field description.- Specified by:
getCalculatedFieldDescription
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getCalculatedFieldSynonyms
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The other names or aliases for the calculated field.- Specified by:
getCalculatedFieldSynonyms
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getCellValueSynonyms
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The other names or aliases for the calculated field cell value.- Specified by:
getCellValueSynonyms
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getColumnDataRole
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The column data role for a calculated field.Valid values for this structure are
DIMENSION
andMEASURE
.- Specified by:
getColumnDataRole
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getComparativeOrder
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The order in which data is displayed for the calculated field when it's used in a comparative context.- Specified by:
getComparativeOrder
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getDefaultFormatting
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The default formatting definition.- Specified by:
getDefaultFormatting
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getDisableIndexing
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
A Boolean value that indicates if a calculated field is visible in the autocomplete.- Specified by:
getDisableIndexing
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getIsIncludedInTopic
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
A boolean value that indicates if a calculated field is included in the topic.Default: - false
- Specified by:
getIsIncludedInTopic
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getNeverAggregateInFilter
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
A Boolean value that indicates whether to never aggregate calculated field in filters.Default: - false
- Specified by:
getNeverAggregateInFilter
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getNonAdditive
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The non additive for the table style target.Default: - false
- Specified by:
getNonAdditive
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getNotAllowedAggregations
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The list of aggregation types that are not allowed for the calculated field.Valid values for this structure are
COUNT
,DISTINCT_COUNT
,MIN
,MAX
,MEDIAN
,SUM
,AVERAGE
,STDEV
,STDEVP
,VAR
,VARP
, andPERCENTILE
.- Specified by:
getNotAllowedAggregations
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getSemanticType
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The semantic type.- Specified by:
getSemanticType
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
getTimeGranularity
Description copied from interface:CfnTopic.TopicCalculatedFieldProperty
The level of time precision that is used to aggregateDateTime
values.- Specified by:
getTimeGranularity
in interfaceCfnTopic.TopicCalculatedFieldProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-