Interface CancelIngestionResponse.Builder

    • Method Detail

      • arn

        CancelIngestionResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the data ingestion.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the data ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionId

        CancelIngestionResponse.Builder ingestionId​(String ingestionId)

        An ID for the ingestion.

        Parameters:
        ingestionId - An ID for the ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        CancelIngestionResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CancelIngestionResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.