Interface AnalysisSummary.Builder

    • Method Detail

      • arn

        AnalysisSummary.Builder arn​(String 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

        AnalysisSummary.Builder name​(String 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

        AnalysisSummary.Builder status​(String 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:
        ResourceStatus, ResourceStatus
      • 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.