Interface OptionStatus.Builder

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

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

    • creationDate

      OptionStatus.Builder creationDate(Instant creationDate)

      The timestamp when the entity was created.

      Parameters:
      creationDate - The timestamp when the entity was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateDate

      OptionStatus.Builder updateDate(Instant updateDate)

      The timestamp of the last time the entity was updated.

      Parameters:
      updateDate - The timestamp of the last time the entity was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateVersion

      OptionStatus.Builder updateVersion(Integer updateVersion)

      The latest version of the entity.

      Parameters:
      updateVersion - The latest version of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the entity.

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

      The state of the entity.

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

      OptionStatus.Builder pendingDeletion(Boolean pendingDeletion)

      Indicates whether the entity is being deleted.

      Parameters:
      pendingDeletion - Indicates whether the entity is being deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.