Interface AssociationStateReason.Builder

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

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

    • errorCode

      AssociationStateReason.Builder errorCode(String errorCode)

      The error code of the association deployment failure.

      Parameters:
      errorCode - The error code of the association deployment failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The error code of the association deployment failure.

      Parameters:
      errorCode - The error code of the association deployment failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      AssociationStateReason.Builder errorMessage(String errorMessage)

      The error message of the association deployment failure.

      Parameters:
      errorMessage - The error message of the association deployment failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.