Interface ShardDetail.Builder

    • Method Detail

      • name

        ShardDetail.Builder name​(String name)

        The name of the shard

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

        ShardDetail.Builder configuration​(ShardConfiguration configuration)

        The configuration details of the shard

        Parameters:
        configuration - The configuration details of the shard
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        ShardDetail.Builder size​(String size)

        The size of the shard's snapshot

        Parameters:
        size - The size of the shard's snapshot
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotCreationTime

        ShardDetail.Builder snapshotCreationTime​(Instant snapshotCreationTime)

        The date and time that the shard's snapshot was created

        Parameters:
        snapshotCreationTime - The date and time that the shard's snapshot was created
        Returns:
        Returns a reference to this object so that method calls can be chained together.