Interface UpdateAnalysisResponse.Builder

    • Method Detail

      • arn

        UpdateAnalysisResponse.Builder arn​(String arn)

        The ARN of the analysis that you're updating.

        Parameters:
        arn - The ARN of the analysis that you're updating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisId

        UpdateAnalysisResponse.Builder analysisId​(String analysisId)

        The ID of the analysis.

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

        UpdateAnalysisResponse.Builder updateStatus​(String updateStatus)

        The update status of the last update that was made to the analysis.

        Parameters:
        updateStatus - The update status of the last update that was made to the analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceStatus, ResourceStatus
      • updateStatus

        UpdateAnalysisResponse.Builder updateStatus​(ResourceStatus updateStatus)

        The update status of the last update that was made to the analysis.

        Parameters:
        updateStatus - The update status of the last update that was made to the analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceStatus, ResourceStatus
      • status

        UpdateAnalysisResponse.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.
      • requestId

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