Interface S3ContentBaseLocationUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<S3ContentBaseLocationUpdate.Builder,,S3ContentBaseLocationUpdate> SdkBuilder<S3ContentBaseLocationUpdate.Builder,,S3ContentBaseLocationUpdate> SdkPojo
- Enclosing class:
 S3ContentBaseLocationUpdate
public static interface S3ContentBaseLocationUpdate.Builder
extends SdkPojo, CopyableBuilder<S3ContentBaseLocationUpdate.Builder,S3ContentBaseLocationUpdate> 
- 
Method Summary
Modifier and TypeMethodDescriptionbasePathUpdate(String basePathUpdate) The updated S3 bucket path.bucketARNUpdate(String bucketARNUpdate) The updated Amazon Resource Name (ARN) of the S3 bucket.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, sdkFields 
- 
Method Details
- 
bucketARNUpdate
The updated Amazon Resource Name (ARN) of the S3 bucket.
- Parameters:
 bucketARNUpdate- The updated Amazon Resource Name (ARN) of the S3 bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
basePathUpdate
The updated S3 bucket path.
- Parameters:
 basePathUpdate- The updated S3 bucket path.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -