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
Modifier and TypeMethodDescriptions3BucketOwner
(String s3BucketOwner) The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.s3InputFormat
(String s3InputFormat) The format of the input data.s3InputFormat
(S3InputFormat s3InputFormat) The format of the input data.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 Details
-
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
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:
-
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
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.
-