Interface CreateAnalysisResponse.Builder

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

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

    • arn

      The ARN for the analysis.

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

      CreateAnalysisResponse.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.
    • creationStatus

      CreateAnalysisResponse.Builder creationStatus(String creationStatus)

      The status of the creation of the analysis.

      Parameters:
      creationStatus - The status of the creation of the analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationStatus

      CreateAnalysisResponse.Builder creationStatus(ResourceStatus creationStatus)

      The status of the creation of the analysis.

      Parameters:
      creationStatus - The status of the creation of 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

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