Interface ModelInvocationJobS3OutputDataConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,
,ModelInvocationJobS3OutputDataConfig> SdkBuilder<ModelInvocationJobS3OutputDataConfig.Builder,
,ModelInvocationJobS3OutputDataConfig> SdkPojo
- Enclosing class:
ModelInvocationJobS3OutputDataConfig
@Mutable
@NotThreadSafe
public static interface ModelInvocationJobS3OutputDataConfig.Builder
extends SdkPojo, CopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,ModelInvocationJobS3OutputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3BucketOwner
(String s3BucketOwner) The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.s3EncryptionKeyId
(String s3EncryptionKeyId) The unique identifier of the key that encrypts the S3 location of the output data.The S3 location of the output 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
-
s3Uri
The S3 location of the output data.
- Parameters:
s3Uri
- The S3 location of the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3EncryptionKeyId
The unique identifier of the key that encrypts the S3 location of the output data.
- Parameters:
s3EncryptionKeyId
- The unique identifier of the key that encrypts the S3 location of the output 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 output data.
- Parameters:
s3BucketOwner
- The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-