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