Interface BucketState.Builder

    • Method Detail

      • code

        BucketState.Builder code​(String code)

        The state code of the bucket.

        The following codes are possible:

        • OK - The bucket is in a running state.

        • Unknown - Creation of the bucket might have timed-out. You might want to delete the bucket and create a new one.

        Parameters:
        code - The state code of the bucket.

        The following codes are possible:

        • OK - The bucket is in a running state.

        • Unknown - Creation of the bucket might have timed-out. You might want to delete the bucket and create a new one.

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

        BucketState.Builder message​(String message)

        A message that describes the state of the bucket.

        Parameters:
        message - A message that describes the state of the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.