Interface AssetBundleImportJobRefreshScheduleOverrideParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,
,AssetBundleImportJobRefreshScheduleOverrideParameters> SdkBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,
,AssetBundleImportJobRefreshScheduleOverrideParameters> SdkPojo
- Enclosing class:
AssetBundleImportJobRefreshScheduleOverrideParameters
@Mutable
@NotThreadSafe
public static interface AssetBundleImportJobRefreshScheduleOverrideParameters.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder,AssetBundleImportJobRefreshScheduleOverrideParameters>
-
Method Summary
Modifier and TypeMethodDescriptionA partial identifier for the specificRefreshSchedule
resource that is being overridden.scheduleId
(String scheduleId) A partial identifier for the specificRefreshSchedule
resource being overridden.startAfterDateTime
(Instant startAfterDateTime) An override for theStartAfterDateTime
of aRefreshSchedule
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSetId
A partial identifier for the specific
RefreshSchedule
resource that is being overridden. This structure is used together with theScheduleID
structure.- Parameters:
dataSetId
- A partial identifier for the specificRefreshSchedule
resource that is being overridden. This structure is used together with theScheduleID
structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleId
A partial identifier for the specific
RefreshSchedule
resource being overridden. This structure is used together with theDataSetId
structure.- Parameters:
scheduleId
- A partial identifier for the specificRefreshSchedule
resource being overridden. This structure is used together with theDataSetId
structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startAfterDateTime
AssetBundleImportJobRefreshScheduleOverrideParameters.Builder startAfterDateTime(Instant startAfterDateTime) An override for the
StartAfterDateTime
of aRefreshSchedule
. Make sure that theStartAfterDateTime
is set to a time that takes place in the future.- Parameters:
startAfterDateTime
- An override for theStartAfterDateTime
of aRefreshSchedule
. Make sure that theStartAfterDateTime
is set to a time that takes place in the future.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-