Interface Shard.Builder

    • Method Detail

      • createTime

        Shard.Builder createTime​(String createTime)

        The time when the shard was created in Universal Coordinated Time (UTC).

        Parameters:
        createTime - The time when the shard was created in Universal Coordinated Time (UTC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shardId

        Shard.Builder shardId​(String shardId)

        The ID of the shard.

        Parameters:
        shardId - The ID of the shard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Shard.Builder status​(String status)

        The current status of the shard.

        Parameters:
        status - The current status of the shard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        Shard.Builder status​(Status status)

        The current status of the shard.

        Parameters:
        status - The current status of the shard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status