Interface ReportS3Configuration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportS3Configuration.Builder,
,ReportS3Configuration> SdkBuilder<ReportS3Configuration.Builder,
,ReportS3Configuration> SdkPojo
- Enclosing class:
ReportS3Configuration
public static interface ReportS3Configuration.Builder
extends SdkPojo, CopyableBuilder<ReportS3Configuration.Builder,ReportS3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) encryptionOption
(String encryptionOption) encryptionOption
(S3EncryptionOption encryptionOption) objectKeyPrefix
(String objectKeyPrefix) 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
-
bucketName
- Parameters:
bucketName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectKeyPrefix
- Parameters:
objectKeyPrefix
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionOption
- Parameters:
encryptionOption
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionOption
- Parameters:
encryptionOption
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyId
- Parameters:
kmsKeyId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-