Interface UpdateAnalysisResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>, QuickSightResponse.Builder, SdkBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateAnalysisResponse

public static interface UpdateAnalysisResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalysisResponse.Builder,UpdateAnalysisResponse>
  • Method Details

    • 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:
    • 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:
    • 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.