Interface ModelInvocationJobS3InputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelInvocationJobS3InputDataConfig.Builder,ModelInvocationJobS3InputDataConfig>,SdkBuilder<ModelInvocationJobS3InputDataConfig.Builder,ModelInvocationJobS3InputDataConfig>,SdkPojo
- Enclosing class:
- ModelInvocationJobS3InputDataConfig
@Mutable @NotThreadSafe public static interface ModelInvocationJobS3InputDataConfig.Builder extends SdkPojo, CopyableBuilder<ModelInvocationJobS3InputDataConfig.Builder,ModelInvocationJobS3InputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelInvocationJobS3InputDataConfig.Builders3BucketOwner(String s3BucketOwner)The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.ModelInvocationJobS3InputDataConfig.Builders3InputFormat(String s3InputFormat)The format of the input data.ModelInvocationJobS3InputDataConfig.Builders3InputFormat(S3InputFormat s3InputFormat)The format of the input data.ModelInvocationJobS3InputDataConfig.Builders3Uri(String s3Uri)The S3 location of the input data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3InputFormat
ModelInvocationJobS3InputDataConfig.Builder s3InputFormat(String s3InputFormat)
The format of the input data.
- Parameters:
s3InputFormat- The format of the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3InputFormat,S3InputFormat
-
s3InputFormat
ModelInvocationJobS3InputDataConfig.Builder s3InputFormat(S3InputFormat s3InputFormat)
The format of the input data.
- Parameters:
s3InputFormat- The format of the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3InputFormat,S3InputFormat
-
s3Uri
ModelInvocationJobS3InputDataConfig.Builder s3Uri(String s3Uri)
The S3 location of the input data.
- Parameters:
s3Uri- The S3 location of the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketOwner
ModelInvocationJobS3InputDataConfig.Builder s3BucketOwner(String s3BucketOwner)
The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.
- Parameters:
s3BucketOwner- The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-