public static interface AssetBundleImportJobRefreshScheduleOverrideParameters.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,AssetBundleImportJobRefreshScheduleOverrideParameters>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobRefreshScheduleOverrideParameters.Builder |
dataSetId(String dataSetId)
A partial identifier for the specific
RefreshSchedule resource that is being overridden. |
AssetBundleImportJobRefreshScheduleOverrideParameters.Builder |
scheduleId(String scheduleId)
A partial identifier for the specific
RefreshSchedule resource being overridden. |
AssetBundleImportJobRefreshScheduleOverrideParameters.Builder |
startAfterDateTime(Instant startAfterDateTime)
An override for the
StartAfterDateTime of a RefreshSchedule. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleImportJobRefreshScheduleOverrideParameters.Builder dataSetId(String dataSetId)
A partial identifier for the specific RefreshSchedule resource that is being overridden. This
structure is used together with the ScheduleID structure.
dataSetId - A partial identifier for the specific RefreshSchedule resource that is being overridden.
This structure is used together with the ScheduleID structure.AssetBundleImportJobRefreshScheduleOverrideParameters.Builder scheduleId(String scheduleId)
A partial identifier for the specific RefreshSchedule resource being overridden. This structure
is used together with the DataSetId structure.
scheduleId - A partial identifier for the specific RefreshSchedule resource being overridden. This
structure is used together with the DataSetId structure.AssetBundleImportJobRefreshScheduleOverrideParameters.Builder startAfterDateTime(Instant startAfterDateTime)
An override for the StartAfterDateTime of a RefreshSchedule. Make sure that the
StartAfterDateTime is set to a time that takes place in the future.
startAfterDateTime - An override for the StartAfterDateTime of a RefreshSchedule. Make sure that
the StartAfterDateTime is set to a time that takes place in the future.Copyright © 2023. All rights reserved.