Interface AsyncInvokeS3OutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AsyncInvokeS3OutputDataConfig.Builder,AsyncInvokeS3OutputDataConfig>,SdkBuilder<AsyncInvokeS3OutputDataConfig.Builder,AsyncInvokeS3OutputDataConfig>,SdkPojo
- Enclosing class:
- AsyncInvokeS3OutputDataConfig
public static interface AsyncInvokeS3OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<AsyncInvokeS3OutputDataConfig.Builder,AsyncInvokeS3OutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncInvokeS3OutputDataConfig.BuilderbucketOwner(String bucketOwner)If the bucket belongs to another AWS account, specify that account's ID.AsyncInvokeS3OutputDataConfig.BuilderkmsKeyId(String kmsKeyId)A KMS encryption key ID.AsyncInvokeS3OutputDataConfig.Builders3Uri(String s3Uri)An object URI starting withs3://.-
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
AsyncInvokeS3OutputDataConfig.Builder s3Uri(String s3Uri)
An object URI starting with
s3://.- Parameters:
s3Uri- An object URI starting withs3://.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
AsyncInvokeS3OutputDataConfig.Builder kmsKeyId(String kmsKeyId)
A KMS encryption key ID.
- Parameters:
kmsKeyId- A KMS encryption key ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketOwner
AsyncInvokeS3OutputDataConfig.Builder bucketOwner(String bucketOwner)
If the bucket belongs to another AWS account, specify that account's ID.
- Parameters:
bucketOwner- If the bucket belongs to another AWS account, specify that account's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-