Class CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty
An implementation for
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty-
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.cfnpropertymixins.services.bedrock.CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder, CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.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 ID of the AWS account that owns the S3 bucket containing the output data.final StringThe unique identifier of the key that encrypts the S3 location of the output data.final StringgetS3Uri()The S3 location of the output data.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
protected Jsii$Proxy(CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder.
-
-
Method Details
-
getS3BucketOwner
Description copied from interface:CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigPropertyThe ID of the AWS account that owns the S3 bucket containing the output data.- Specified by:
getS3BucketOwnerin interfaceCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty- See Also:
-
getS3EncryptionKeyId
Description copied from interface:CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigPropertyThe unique identifier of the key that encrypts the S3 location of the output data.- Specified by:
getS3EncryptionKeyIdin interfaceCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty- See Also:
-
getS3Uri
Description copied from interface:CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigPropertyThe S3 location of the output data.- Specified by:
getS3Uriin interfaceCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty- 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()
-