Interface S3ContentBaseLocationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ContentBaseLocationDescription.Builder,S3ContentBaseLocationDescription>,SdkBuilder<S3ContentBaseLocationDescription.Builder,S3ContentBaseLocationDescription>,SdkPojo
- Enclosing class:
- S3ContentBaseLocationDescription
public static interface S3ContentBaseLocationDescription.Builder extends SdkPojo, CopyableBuilder<S3ContentBaseLocationDescription.Builder,S3ContentBaseLocationDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ContentBaseLocationDescription.BuilderbasePath(String basePath)The base path for the S3 bucket.S3ContentBaseLocationDescription.BuilderbucketARN(String bucketARN)The 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
-
bucketARN
S3ContentBaseLocationDescription.Builder bucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
- Parameters:
bucketARN- The Amazon Resource Name (ARN) of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
basePath
S3ContentBaseLocationDescription.Builder basePath(String basePath)
The base path for the S3 bucket.
- Parameters:
basePath- The base path for the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-