Class CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.SheetDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.SheetDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.SheetDefinitionProperty
An implementation for
CfnDashboard.SheetDefinitionProperty
-
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.CfnDashboard.SheetDefinitionProperty
CfnDashboard.SheetDefinitionProperty.Builder, CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.SheetDefinitionProperty.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 layout content type of the sheet.final String
A description of the sheet.final Object
The list of filter controls that are on a sheet.final Object
Layouts define how the components of a sheet are arranged.final String
getName()
The name of the sheet.final Object
The list of parameter controls that are on a sheet.final Object
The control layouts of the sheet.final String
The unique identifier of a sheet.final Object
The text boxes that are on a sheet.final String
getTitle()
The title of the sheet.final Object
A list of the visuals that are on a sheet.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 theCfnDashboard.SheetDefinitionProperty.Builder
.
-
-
Method Details
-
getSheetId
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The unique identifier of a sheet.- Specified by:
getSheetId
in interfaceCfnDashboard.SheetDefinitionProperty
-
getContentType
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The layout content type of the sheet. Choose one of the following options:.PAGINATED
: Creates a sheet for a paginated report.INTERACTIVE
: Creates a sheet for an interactive dashboard.
- Specified by:
getContentType
in interfaceCfnDashboard.SheetDefinitionProperty
-
getDescription
Description copied from interface:CfnDashboard.SheetDefinitionProperty
A description of the sheet.- Specified by:
getDescription
in interfaceCfnDashboard.SheetDefinitionProperty
-
getFilterControls
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The list of filter controls that are on a sheet.For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .
- Specified by:
getFilterControls
in interfaceCfnDashboard.SheetDefinitionProperty
-
getLayouts
Description copied from interface:CfnDashboard.SheetDefinitionProperty
Layouts define how the components of a sheet are arranged.For more information, see Types of layout in the Amazon QuickSight User Guide .
- Specified by:
getLayouts
in interfaceCfnDashboard.SheetDefinitionProperty
-
getName
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The name of the sheet.This name is displayed on the sheet's tab in the Amazon QuickSight console.
- Specified by:
getName
in interfaceCfnDashboard.SheetDefinitionProperty
-
getParameterControls
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The list of parameter controls that are on a sheet.For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide .
- Specified by:
getParameterControls
in interfaceCfnDashboard.SheetDefinitionProperty
-
getSheetControlLayouts
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The control layouts of the sheet.- Specified by:
getSheetControlLayouts
in interfaceCfnDashboard.SheetDefinitionProperty
-
getTextBoxes
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The text boxes that are on a sheet.- Specified by:
getTextBoxes
in interfaceCfnDashboard.SheetDefinitionProperty
-
getTitle
Description copied from interface:CfnDashboard.SheetDefinitionProperty
The title of the sheet.- Specified by:
getTitle
in interfaceCfnDashboard.SheetDefinitionProperty
-
getVisuals
Description copied from interface:CfnDashboard.SheetDefinitionProperty
A list of the visuals that are on a sheet.Visual placement is determined by the layout of the sheet.
- Specified by:
getVisuals
in interfaceCfnDashboard.SheetDefinitionProperty
-
$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()
-