Interface StandardsStatusReason.Builder

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

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

    • statusReasonCode

      StandardsStatusReason.Builder statusReasonCode(String statusReasonCode)

      The reason code that represents the reason for the current status of a standard subscription.

      Parameters:
      statusReasonCode - The reason code that represents the reason for the current status of a standard subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReasonCode

      StandardsStatusReason.Builder statusReasonCode(StatusReasonCode statusReasonCode)

      The reason code that represents the reason for the current status of a standard subscription.

      Parameters:
      statusReasonCode - The reason code that represents the reason for the current status of a standard subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: