Interface DeleteGatewayResponse.Builder

  • Method Details

    • gatewayId

      DeleteGatewayResponse.Builder gatewayId(String gatewayId)

      The unique identifier of the deleted gateway.

      Parameters:
      gatewayId - The unique identifier of the deleted gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the gateway deletion.

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

      The current status of the gateway deletion.

      Parameters:
      status - The current status of the gateway deletion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReasons

      DeleteGatewayResponse.Builder statusReasons(Collection<String> statusReasons)

      The reasons for the current status of the gateway deletion.

      Parameters:
      statusReasons - The reasons for the current status of the gateway deletion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReasons

      DeleteGatewayResponse.Builder statusReasons(String... statusReasons)

      The reasons for the current status of the gateway deletion.

      Parameters:
      statusReasons - The reasons for the current status of the gateway deletion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.