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