Class CfnDashboard.AssetOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.AssetOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.AssetOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.AssetOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.AssetOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.AssetOptionsProperty
An implementation for
CfnDashboard.AssetOptionsProperty-
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.CfnDashboard.AssetOptionsProperty
CfnDashboard.AssetOptionsProperty.Builder, CfnDashboard.AssetOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.AssetOptionsProperty.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 booleanA list of dataset ARNS to exclude from Dashboard Q&A.final StringDetermines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.final StringDetermines the timezone for the analysis.final StringDetermines the week start day for an analysis.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 theCfnDashboard.AssetOptionsProperty.Builder.
-
-
Method Details
-
getExcludedDataSetArns
Description copied from interface:CfnDashboard.AssetOptionsPropertyA list of dataset ARNS to exclude from Dashboard Q&A.- Specified by:
getExcludedDataSetArnsin interfaceCfnDashboard.AssetOptionsProperty- See Also:
-
getQBusinessInsightsStatus
Description copied from interface:CfnDashboard.AssetOptionsPropertyDetermines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.- Specified by:
getQBusinessInsightsStatusin interfaceCfnDashboard.AssetOptionsProperty- See Also:
-
getTimezone
Description copied from interface:CfnDashboard.AssetOptionsPropertyDetermines the timezone for the analysis.- Specified by:
getTimezonein interfaceCfnDashboard.AssetOptionsProperty- See Also:
-
getWeekStart
Description copied from interface:CfnDashboard.AssetOptionsPropertyDetermines the week start day for an analysis.- Specified by:
getWeekStartin interfaceCfnDashboard.AssetOptionsProperty- See Also:
-
$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()
-