public static interface RefreshSchedule.Builder extends SdkPojo, CopyableBuilder<RefreshSchedule.Builder,RefreshSchedule>
| Modifier and Type | Method and Description |
|---|---|
RefreshSchedule.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
|
RefreshSchedule.Builder |
refreshType(IngestionType refreshType)
The type of refresh that a datset undergoes.
|
RefreshSchedule.Builder |
refreshType(String refreshType)
The type of refresh that a datset undergoes.
|
default RefreshSchedule.Builder |
scheduleFrequency(Consumer<RefreshFrequency.Builder> scheduleFrequency)
The frequency for the refresh schedule.
|
RefreshSchedule.Builder |
scheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
|
RefreshSchedule.Builder |
scheduleId(String scheduleId)
An identifier for the refresh schedule.
|
RefreshSchedule.Builder |
startAfterDateTime(Instant startAfterDateTime)
Time after which the refresh schedule can be started, expressed in
YYYY-MM-DDTHH:MM:SS format. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRefreshSchedule.Builder scheduleId(String scheduleId)
An identifier for the refresh schedule.
scheduleId - An identifier for the refresh schedule.RefreshSchedule.Builder scheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
scheduleFrequency - The frequency for the refresh schedule.default RefreshSchedule.Builder scheduleFrequency(Consumer<RefreshFrequency.Builder> scheduleFrequency)
The frequency for the refresh schedule.
This is a convenience method that creates an instance of theRefreshFrequency.Builder avoiding the
need to create one manually via RefreshFrequency.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to scheduleFrequency(RefreshFrequency).
scheduleFrequency - a consumer that will call methods on RefreshFrequency.BuilderscheduleFrequency(RefreshFrequency)RefreshSchedule.Builder startAfterDateTime(Instant startAfterDateTime)
Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.
startAfterDateTime - Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.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.
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.
IngestionType,
IngestionTypeRefreshSchedule.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.
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.
IngestionType,
IngestionTypeRefreshSchedule.Builder arn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
arn - The Amazon Resource Name (ARN) for the refresh schedule.Copyright © 2023. All rights reserved.