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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelInvocationJobS3OutputDataConfig.Builder
s3BucketOwner(String s3BucketOwner)
The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.ModelInvocationJobS3OutputDataConfig.Builder
s3EncryptionKeyId(String s3EncryptionKeyId)
The unique identifier of the key that encrypts the S3 location of the output data.ModelInvocationJobS3OutputDataConfig.Builder
s3Uri(String s3Uri)
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 Detail
-
s3Uri
ModelInvocationJobS3OutputDataConfig.Builder s3Uri(String 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
ModelInvocationJobS3OutputDataConfig.Builder s3EncryptionKeyId(String 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
ModelInvocationJobS3OutputDataConfig.Builder s3BucketOwner(String 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.
-
-