Interface ModelInvocationJobS3OutputDataConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,
,ModelInvocationJobS3OutputDataConfig> SdkBuilder<ModelInvocationJobS3OutputDataConfig.Builder,
,ModelInvocationJobS3OutputDataConfig> SdkPojo
- Enclosing class:
ModelInvocationJobS3OutputDataConfig
public static interface ModelInvocationJobS3OutputDataConfig.Builder
extends SdkPojo, CopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,ModelInvocationJobS3OutputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3EncryptionKeyId
(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, 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.
-