Class CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty>
- Enclosing interface:
CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty
@Stability(Stable)
public static final class CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelInvocationJob.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
-
s3Uri
@Stability(Stable) public CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.Builder s3Uri(String s3Uri) - Parameters:
s3Uri- The S3 location of the output data. This parameter is required.- Returns:
this
-
s3BucketOwner
@Stability(Stable) public CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.Builder s3BucketOwner(String s3BucketOwner) Sets the value ofCfnModelInvocationJob.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 CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.Builder s3EncryptionKeyId(String s3EncryptionKeyId) Sets the value ofCfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty.getS3EncryptionKeyId()- Parameters:
s3EncryptionKeyId- The unique identifier of the key that encrypts the S3 location of the output data.- Returns:
this
-
build
@Stability(Stable) public CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty>- Returns:
- a new instance of
CfnModelInvocationJob.ModelInvocationJobS3OutputDataConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-