Class CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty>
- Enclosing interface:
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty
@Stability(Stable)
public static final class CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3BucketOwner(String s3BucketOwner) s3EncryptionKeyId(String s3EncryptionKeyId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3BucketOwner
@Stability(Stable) public CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder s3BucketOwner(String s3BucketOwner) Sets the value ofCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.getS3BucketOwner()- Parameters:
s3BucketOwner- The ID of the AWS account that owns the S3 bucket containing the output data.- Returns:
this
-
s3EncryptionKeyId
@Stability(Stable) public CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder s3EncryptionKeyId(String s3EncryptionKeyId) Sets the value ofCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.getS3EncryptionKeyId()- Parameters:
s3EncryptionKeyId- The unique identifier of the key that encrypts the S3 location of the output data.- Returns:
this
-
s3Uri
@Stability(Stable) public CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.Builder s3Uri(String s3Uri) Sets the value ofCfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty.getS3Uri()- Parameters:
s3Uri- The S3 location of the output data.- Returns:
this
-
build
@Stability(Stable) public CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty>- Returns:
- a new instance of
CfnModelInvocationJobPropsMixin.ModelInvocationJobS3OutputDataConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-