Interface Anchor.Builder

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

@Mutable @NotThreadSafe public static interface Anchor.Builder extends SdkPojo, CopyableBuilder<Anchor.Builder,Anchor>
  • Method Details

    • anchorType

      Anchor.Builder anchorType(String anchorType)

      The AnchorType for the Anchor.

      Parameters:
      anchorType - The AnchorType for the Anchor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • anchorType

      Anchor.Builder anchorType(AnchorType anchorType)

      The AnchorType for the Anchor.

      Parameters:
      anchorType - The AnchorType for the Anchor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timeGranularity

      Anchor.Builder timeGranularity(String timeGranularity)

      The TimeGranularity of the Anchor.

      Parameters:
      timeGranularity - The TimeGranularity of the Anchor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timeGranularity

      Anchor.Builder timeGranularity(TimeGranularity timeGranularity)

      The TimeGranularity of the Anchor.

      Parameters:
      timeGranularity - The TimeGranularity of the Anchor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • offset

      Anchor.Builder offset(Integer offset)

      The offset of the Anchor.

      Parameters:
      offset - The offset of the Anchor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.