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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ContentBaseLocationUpdate.BuilderbasePathUpdate(String basePathUpdate)The updated S3 bucket path.S3ContentBaseLocationUpdate.BuilderbucketARNUpdate(String bucketARNUpdate)The updated Amazon Resource Name (ARN) of the S3 bucket.-
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 Detail
-
bucketARNUpdate
S3ContentBaseLocationUpdate.Builder bucketARNUpdate(String 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
S3ContentBaseLocationUpdate.Builder basePathUpdate(String 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.
-
-