Uses of Interface
software.amazon.awssdk.services.appintegrations.model.ExecutionConfiguration.Builder
-
Packages that use ExecutionConfiguration.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ExecutionConfiguration.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ExecutionConfiguration.Builder Modifier and Type Method Description static ExecutionConfiguration.BuilderExecutionConfiguration. builder()ExecutionConfiguration.BuilderExecutionConfiguration.Builder. executionMode(String executionMode)The mode for data import/export execution.ExecutionConfiguration.BuilderExecutionConfiguration.Builder. executionMode(ExecutionMode executionMode)The mode for data import/export execution.default ExecutionConfiguration.BuilderExecutionConfiguration.Builder. onDemandConfiguration(Consumer<OnDemandConfiguration.Builder> onDemandConfiguration)Sets the value of the OnDemandConfiguration property for this object.ExecutionConfiguration.BuilderExecutionConfiguration.Builder. onDemandConfiguration(OnDemandConfiguration onDemandConfiguration)Sets the value of the OnDemandConfiguration property for this object.default ExecutionConfiguration.BuilderExecutionConfiguration.Builder. scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)Sets the value of the ScheduleConfiguration property for this object.ExecutionConfiguration.BuilderExecutionConfiguration.Builder. scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)Sets the value of the ScheduleConfiguration property for this object.ExecutionConfiguration.BuilderExecutionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ExecutionConfiguration.Builder Modifier and Type Method Description static Class<? extends ExecutionConfiguration.Builder>ExecutionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type ExecutionConfiguration.Builder Modifier and Type Method Description default CreateDataIntegrationAssociationRequest.BuilderCreateDataIntegrationAssociationRequest.Builder. executionConfiguration(Consumer<ExecutionConfiguration.Builder> executionConfiguration)The configuration for how the files should be pulled from the source.default DataIntegrationAssociationSummary.BuilderDataIntegrationAssociationSummary.Builder. executionConfiguration(Consumer<ExecutionConfiguration.Builder> executionConfiguration)Sets the value of the ExecutionConfiguration property for this object.default UpdateDataIntegrationAssociationRequest.BuilderUpdateDataIntegrationAssociationRequest.Builder. executionConfiguration(Consumer<ExecutionConfiguration.Builder> executionConfiguration)The configuration for how the files should be pulled from the source.
-