Interface DeleteGatewayTargetResponse.Builder

  • Method Details

    • gatewayArn

      The Amazon Resource Name (ARN) of the gateway.

      Parameters:
      gatewayArn - The Amazon Resource Name (ARN) of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetId

      The unique identifier of the deleted gateway target.

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

      The current status of the gateway target deletion.

      Parameters:
      status - The current status of the gateway target 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 target deletion.

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

      DeleteGatewayTargetResponse.Builder statusReasons(Collection<String> statusReasons)

      The reasons for the current status of the gateway target deletion.

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

      DeleteGatewayTargetResponse.Builder statusReasons(String... statusReasons)

      The reasons for the current status of the gateway target deletion.

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