Uses of Interface
software.amazon.awssdk.services.appintegrations.model.OnDemandConfiguration.Builder
-
Packages that use OnDemandConfiguration.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of OnDemandConfiguration.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return OnDemandConfiguration.Builder Modifier and Type Method Description static OnDemandConfiguration.BuilderOnDemandConfiguration. builder()OnDemandConfiguration.BuilderOnDemandConfiguration.Builder. endTime(String endTime)The end time for data pull from the source as an Unix/epoch string in millisecondsOnDemandConfiguration.BuilderOnDemandConfiguration.Builder. startTime(String startTime)The start time for data pull from the source as an Unix/epoch string in millisecondsOnDemandConfiguration.BuilderOnDemandConfiguration. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type OnDemandConfiguration.Builder Modifier and Type Method Description static Class<? extends OnDemandConfiguration.Builder>OnDemandConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type OnDemandConfiguration.Builder Modifier and Type Method Description default ExecutionConfiguration.BuilderExecutionConfiguration.Builder. onDemandConfiguration(Consumer<OnDemandConfiguration.Builder> onDemandConfiguration)Sets the value of the OnDemandConfiguration property for this object.
-