Class ExecutionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.appintegrations.model.ExecutionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ExecutionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
The configuration for how the files should be pulled from the source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExecutionModeexecutionMode()The mode for data import/export execution.StringexecutionModeAsString()The mode for data import/export execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OnDemandConfigurationonDemandConfiguration()Returns the value of the OnDemandConfiguration property for this object.ScheduleConfigurationscheduleConfiguration()Returns the value of the ScheduleConfiguration property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExecutionConfiguration.Builder>serializableBuilderClass()ExecutionConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
executionMode
public final ExecutionMode executionMode()
The mode for data import/export execution.
If the service returns an enum value that is not available in the current SDK version,
executionModewill returnExecutionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionModeAsString().- Returns:
- The mode for data import/export execution.
- See Also:
ExecutionMode
-
executionModeAsString
public final String executionModeAsString()
The mode for data import/export execution.
If the service returns an enum value that is not available in the current SDK version,
executionModewill returnExecutionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionModeAsString().- Returns:
- The mode for data import/export execution.
- See Also:
ExecutionMode
-
onDemandConfiguration
public final OnDemandConfiguration onDemandConfiguration()
Returns the value of the OnDemandConfiguration property for this object.- Returns:
- The value of the OnDemandConfiguration property for this object.
-
scheduleConfiguration
public final ScheduleConfiguration scheduleConfiguration()
Returns the value of the ScheduleConfiguration property for this object.- Returns:
- The value of the ScheduleConfiguration property for this object.
-
toBuilder
public ExecutionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
-
builder
public static ExecutionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecutionConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-