Interface AnalysisSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>, SdkBuilder<AnalysisSummary.Builder,AnalysisSummary>, SdkPojo
Enclosing class:
AnalysisSummary

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

    • arn

      The Amazon Resource Name (ARN) for the analysis.

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

      AnalysisSummary.Builder analysisId(String analysisId)

      The ID of the analysis. This ID displays in the URL.

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

      The name of the analysis. This name is displayed in the Amazon QuickSight console.

      Parameters:
      name - The name of the analysis. This name is displayed in the Amazon QuickSight console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The last known status for the analysis.

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

      The last known status for the analysis.

      Parameters:
      status - The last known status for the analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      AnalysisSummary.Builder createdTime(Instant createdTime)

      The time that the analysis was created.

      Parameters:
      createdTime - The time that the analysis was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      AnalysisSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The time that the analysis was last updated.

      Parameters:
      lastUpdatedTime - The time that the analysis was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.