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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.StaticFileS3SourceOptionsProperty
CfnDashboard.StaticFileS3SourceOptionsProperty.Builder, CfnDashboard.StaticFileS3SourceOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.StaticFileS3SourceOptionsProperty.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 name of the Amazon S3 bucket.final StringThe identifier of the static file in the Amazon S3 bucket.final StringThe Region of the Amazon S3 account that contains the bucket.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.StaticFileS3SourceOptionsProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnDashboard.StaticFileS3SourceOptionsPropertyThe name of the Amazon S3 bucket.- Specified by:
getBucketNamein interfaceCfnDashboard.StaticFileS3SourceOptionsProperty- See Also:
-
getObjectKey
Description copied from interface:CfnDashboard.StaticFileS3SourceOptionsPropertyThe identifier of the static file in the Amazon S3 bucket.- Specified by:
getObjectKeyin interfaceCfnDashboard.StaticFileS3SourceOptionsProperty- See Also:
-
getRegion
Description copied from interface:CfnDashboard.StaticFileS3SourceOptionsPropertyThe Region of the Amazon S3 account that contains the bucket.- Specified by:
getRegionin interfaceCfnDashboard.StaticFileS3SourceOptionsProperty- 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()
-