Interface DeleteAnalysisResponse.Builder

    • Method Detail

      • status

        DeleteAnalysisResponse.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.
      • arn

        DeleteAnalysisResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the deleted analysis.

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

        DeleteAnalysisResponse.Builder analysisId​(String analysisId)

        The ID of the deleted analysis.

        Parameters:
        analysisId - The ID of the deleted analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletionTime

        DeleteAnalysisResponse.Builder deletionTime​(Instant deletionTime)

        The date and time that the analysis is scheduled to be deleted.

        Parameters:
        deletionTime - The date and time that the analysis is scheduled to be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        DeleteAnalysisResponse.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.