Interface ETag.Builder

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

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

    • algorithm

      ETag.Builder algorithm(String algorithm)

      The algorithm used to calculate the read set’s ETag(s).

      Parameters:
      algorithm - The algorithm used to calculate the read set’s ETag(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • algorithm

      ETag.Builder algorithm(ETagAlgorithm algorithm)

      The algorithm used to calculate the read set’s ETag(s).

      Parameters:
      algorithm - The algorithm used to calculate the read set’s ETag(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source1

      ETag.Builder source1(String source1)

      The ETag hash calculated on Source1 of the read set.

      Parameters:
      source1 - The ETag hash calculated on Source1 of the read set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source2

      ETag.Builder source2(String source2)

      The ETag hash calculated on Source2 of the read set.

      Parameters:
      source2 - The ETag hash calculated on Source2 of the read set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.