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.