Interface Bucket.Builder

    • Method Detail

      • name

        Bucket.Builder name​(String name)

        The name of the bucket.

        Parameters:
        name - The name of the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        Bucket.Builder creationDate​(Instant creationDate)

        Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.

        Parameters:
        creationDate - Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.