Interface AnchorDateConfiguration.Builder

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

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

    • anchorOption

      AnchorDateConfiguration.Builder anchorOption(String anchorOption)

      The options for the date configuration. Choose one of the options below:

      • NOW

      Parameters:
      anchorOption - The options for the date configuration. Choose one of the options below:

      • NOW

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • anchorOption

      AnchorDateConfiguration.Builder anchorOption(AnchorOption anchorOption)

      The options for the date configuration. Choose one of the options below:

      • NOW

      Parameters:
      anchorOption - The options for the date configuration. Choose one of the options below:

      • NOW

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parameterName

      AnchorDateConfiguration.Builder parameterName(String parameterName)

      The name of the parameter that is used for the anchor date configuration.

      Parameters:
      parameterName - The name of the parameter that is used for the anchor date configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.