Interface AssetBundleImportJobRefreshScheduleOverrideParameters.Builder

    • Method Detail

      • dataSetId

        AssetBundleImportJobRefreshScheduleOverrideParameters.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.

        Parameters:
        dataSetId - A partial identifier for the specific RefreshSchedule resource that is being overridden. This structure is used together with the ScheduleID structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduleId

        AssetBundleImportJobRefreshScheduleOverrideParameters.Builder scheduleId​(String scheduleId)

        A partial identifier for the specific RefreshSchedule resource being overridden. This structure is used together with the DataSetId structure.

        Parameters:
        scheduleId - A partial identifier for the specific RefreshSchedule resource being overridden. This structure is used together with the DataSetId 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 a RefreshSchedule. Make sure that the StartAfterDateTime is set to a time that takes place in the future.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.