Class CfnDashboard.StaticFileS3SourceOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.StaticFileS3SourceOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.StaticFileS3SourceOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.StaticFileS3SourceOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.StaticFileS3SourceOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.StaticFileS3SourceOptionsProperty
An implementation for
CfnDashboard.StaticFileS3SourceOptionsProperty
-
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.StaticFileS3SourceOptionsProperty
CfnDashboard.StaticFileS3SourceOptionsProperty.Builder, CfnDashboard.StaticFileS3SourceOptionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.StaticFileS3SourceOptionsProperty.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 name of the Amazon S3 bucket.final String
The identifier of the static file in the Amazon S3 bucket.final String
The Region of the Amazon S3 account that contains the bucket.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.StaticFileS3SourceOptionsProperty.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnDashboard.StaticFileS3SourceOptionsProperty
The name of the Amazon S3 bucket.- Specified by:
getBucketName
in interfaceCfnDashboard.StaticFileS3SourceOptionsProperty
- See Also:
-
getObjectKey
Description copied from interface:CfnDashboard.StaticFileS3SourceOptionsProperty
The identifier of the static file in the Amazon S3 bucket.- Specified by:
getObjectKey
in interfaceCfnDashboard.StaticFileS3SourceOptionsProperty
- See Also:
-
getRegion
Description copied from interface:CfnDashboard.StaticFileS3SourceOptionsProperty
The Region of the Amazon S3 account that contains the bucket.- Specified by:
getRegion
in interfaceCfnDashboard.StaticFileS3SourceOptionsProperty
- 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()
-