Interface S3ContentBaseLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3ContentBaseLocation.Builder,S3ContentBaseLocation>, SdkBuilder<S3ContentBaseLocation.Builder,S3ContentBaseLocation>, SdkPojo
Enclosing class:
S3ContentBaseLocation

public static interface S3ContentBaseLocation.Builder extends SdkPojo, CopyableBuilder<S3ContentBaseLocation.Builder,S3ContentBaseLocation>
  • Method Details

    • bucketARN

      S3ContentBaseLocation.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

      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.