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.