Class StartDashboardSnapshotJobRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.

        Returns:
        The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
      • dashboardId

        public final String dashboardId()

        The ID of the dashboard that you want to start a snapshot job for.

        Returns:
        The ID of the dashboard that you want to start a snapshot job for.
      • snapshotJobId

        public final String snapshotJobId()

        An ID for the dashboard snapshot job. This ID is unique to the dashboard while the job is running. This ID can be used to poll the status of a job with a DescribeDashboardSnapshotJob while the job runs. You can reuse this ID for another job 24 hours after the current job is completed.

        Returns:
        An ID for the dashboard snapshot job. This ID is unique to the dashboard while the job is running. This ID can be used to poll the status of a job with a DescribeDashboardSnapshotJob while the job runs. You can reuse this ID for another job 24 hours after the current job is completed.
      • userConfiguration

        public final SnapshotUserConfiguration userConfiguration()

        A structure that contains information about the anonymous users that the generated snapshot is for. This API will not return information about registered Amazon QuickSight.

        Returns:
        A structure that contains information about the anonymous users that the generated snapshot is for. This API will not return information about registered Amazon QuickSight.
      • snapshotConfiguration

        public final SnapshotConfiguration snapshotConfiguration()

        A structure that describes the configuration of the dashboard snapshot.

        Returns:
        A structure that describes the configuration of the dashboard snapshot.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object