Interface TargetS3ConfigurationUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TargetS3ConfigurationUpdate.Builder,,TargetS3ConfigurationUpdate> SdkBuilder<TargetS3ConfigurationUpdate.Builder,,TargetS3ConfigurationUpdate> SdkPojo
- Enclosing class:
TargetS3ConfigurationUpdate
@Mutable
@NotThreadSafe
public static interface TargetS3ConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<TargetS3ConfigurationUpdate.Builder,TargetS3ConfigurationUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe updated name of the S3 bucket.s3BucketOwner(String s3BucketOwner) The updated AWS account ID of the S3 bucket owner.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Bucket
The updated name of the S3 bucket.
- Parameters:
s3Bucket- The updated name of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketOwner
The updated AWS account ID of the S3 bucket owner.
- Parameters:
s3BucketOwner- The updated AWS account ID of the S3 bucket owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-