Class DeploymentIoTJobConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.greengrassv2.model.DeploymentIoTJobConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentIoTJobConfiguration.Builder,DeploymentIoTJobConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentIoTJobConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentIoTJobConfiguration.Builder,DeploymentIoTJobConfiguration>
Contains information about an IoT job configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentIoTJobConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IoTJobAbortConfigabortConfig()The stop configuration for the job.static DeploymentIoTJobConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IoTJobExecutionsRolloutConfigjobExecutionsRolloutConfig()The rollout configuration for the job.List<SdkField<?>>sdkFields()static Class<? extends DeploymentIoTJobConfiguration.Builder>serializableBuilderClass()IoTJobTimeoutConfigtimeoutConfig()The timeout configuration for the job.DeploymentIoTJobConfiguration.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
-
jobExecutionsRolloutConfig
public final IoTJobExecutionsRolloutConfig jobExecutionsRolloutConfig()
The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.
- Returns:
- The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.
-
abortConfig
public final IoTJobAbortConfig abortConfig()
The stop configuration for the job. This configuration defines when and how to stop a job rollout.
- Returns:
- The stop configuration for the job. This configuration defines when and how to stop a job rollout.
-
timeoutConfig
public final IoTJobTimeoutConfig timeoutConfig()
The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.
- Returns:
- The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.
-
toBuilder
public DeploymentIoTJobConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentIoTJobConfiguration.Builder,DeploymentIoTJobConfiguration>
-
builder
public static DeploymentIoTJobConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentIoTJobConfiguration.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.
-
-