Interface CreateBucketResponse.Builder

  • Method Details

    • location

      A forward slash followed by the name of the bucket.

      Parameters:
      location - A forward slash followed by the name of the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketArn

      CreateBucketResponse.Builder bucketArn(String bucketArn)

      The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.

      This parameter is only supported for S3 directory buckets. For more information, see Using tags with directory buckets.

      Parameters:
      bucketArn - The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.

      This parameter is only supported for S3 directory buckets. For more information, see Using tags with directory buckets.

      Returns:
      Returns a reference to this object so that method calls can be chained together.