Interface Shard.Builder

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

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

    • 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

      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: