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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTopic.TopicCalculatedFieldProperty
CfnTopic.TopicCalculatedFieldProperty.Builder, CfnTopic.TopicCalculatedFieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.TopicCalculatedFieldProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe default aggregation.The list of aggregation types that are allowed for the calculated field.final StringThe calculated field description.final StringThe calculated field name.The other names or aliases for the calculated field.final ObjectThe other names or aliases for the calculated field cell value.final StringThe column data role for a calculated field.final ObjectThe order in which data is displayed for the calculated field when it's used in a comparative context.final ObjectThe default formatting definition.final StringThe calculated field expression.final ObjectA boolean value that indicates if a calculated field is included in the topic.final ObjectA Boolean value that indicates whether to never aggregate calculated field in filters.The list of aggregation types that are not allowed for the calculated field.final ObjectThe semantic type.final StringThe level of time precision that is used to aggregateDateTimevalues.final inthashCode()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.TopicCalculatedFieldPropertyThe calculated field name.- Specified by:
getCalculatedFieldNamein interfaceCfnTopic.TopicCalculatedFieldProperty
-
getExpression
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe calculated field expression.- Specified by:
getExpressionin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getAggregation
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe default aggregation.Valid values for this structure are
SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.- Specified by:
getAggregationin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getAllowedAggregations
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe 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:
getAllowedAggregationsin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getCalculatedFieldDescription
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe calculated field description.- Specified by:
getCalculatedFieldDescriptionin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getCalculatedFieldSynonyms
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe other names or aliases for the calculated field.- Specified by:
getCalculatedFieldSynonymsin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getCellValueSynonyms
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe other names or aliases for the calculated field cell value.- Specified by:
getCellValueSynonymsin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getColumnDataRole
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe column data role for a calculated field.Valid values for this structure are
DIMENSIONandMEASURE.- Specified by:
getColumnDataRolein interfaceCfnTopic.TopicCalculatedFieldProperty
-
getComparativeOrder
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe order in which data is displayed for the calculated field when it's used in a comparative context.- Specified by:
getComparativeOrderin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getDefaultFormatting
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe default formatting definition.- Specified by:
getDefaultFormattingin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getIsIncludedInTopic
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyA boolean value that indicates if a calculated field is included in the topic.- Specified by:
getIsIncludedInTopicin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getNeverAggregateInFilter
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyA Boolean value that indicates whether to never aggregate calculated field in filters.- Specified by:
getNeverAggregateInFilterin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getNotAllowedAggregations
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe 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:
getNotAllowedAggregationsin interfaceCfnTopic.TopicCalculatedFieldProperty
-
getSemanticType
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe semantic type.- Specified by:
getSemanticTypein interfaceCfnTopic.TopicCalculatedFieldProperty
-
getTimeGranularity
Description copied from interface:CfnTopic.TopicCalculatedFieldPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnTopic.TopicCalculatedFieldProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-