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