Interface RefreshSchedule.Builder

    • Method Detail

      • scheduleId

        RefreshSchedule.Builder scheduleId​(String scheduleId)

        An identifier for the refresh schedule.

        Parameters:
        scheduleId - An identifier for the refresh schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleFrequency

        RefreshSchedule.Builder scheduleFrequency​(RefreshFrequency scheduleFrequency)

        The frequency for the refresh schedule.

        Parameters:
        scheduleFrequency - The frequency for the refresh schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startAfterDateTime

        RefreshSchedule.Builder startAfterDateTime​(Instant startAfterDateTime)

        Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.

        Parameters:
        startAfterDateTime - Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refreshType

        RefreshSchedule.Builder refreshType​(String refreshType)

        The type of refresh that a datset undergoes. Valid values are as follows:

        • FULL_REFRESH: A complete refresh of a dataset.

        • INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified.

        For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.

        Parameters:
        refreshType - The type of refresh that a datset undergoes. Valid values are as follows:

        • FULL_REFRESH: A complete refresh of a dataset.

        • INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified.

        For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionType, IngestionType
      • refreshType

        RefreshSchedule.Builder refreshType​(IngestionType refreshType)

        The type of refresh that a datset undergoes. Valid values are as follows:

        • FULL_REFRESH: A complete refresh of a dataset.

        • INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified.

        For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.

        Parameters:
        refreshType - The type of refresh that a datset undergoes. Valid values are as follows:

        • FULL_REFRESH: A complete refresh of a dataset.

        • INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified.

        For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IngestionType, IngestionType
      • arn

        RefreshSchedule.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the refresh schedule.

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