Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnJobPropsMixin.Builder
Packages that use CfnJobPropsMixin.Builder
-
Uses of CfnJobPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iot
Methods in software.amazon.awscdk.cfnpropertymixins.services.iot that return CfnJobPropsMixin.BuilderModifier and TypeMethodDescriptionCfnJobPropsMixin.Builder.abortConfig(CfnJobPropsMixin.AbortConfigProperty abortConfig) The criteria that determine when and how a job abort takes place.CfnJobPropsMixin.Builder.abortConfig(IResolvable abortConfig) The criteria that determine when and how a job abort takes place.static CfnJobPropsMixin.BuilderCfnJobPropsMixin.Builder.create()static CfnJobPropsMixin.BuilderCfnJobPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnJobPropsMixin.Builder.description(String description) A short text description of the job.CfnJobPropsMixin.Builder.destinationPackageVersions(List<String> destinationPackageVersions) The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes.The job document.CfnJobPropsMixin.Builder.documentParameters(Map<String, String> documentParameters) Parameters of an Amazon Web Services managed template that you can specify to create the job document.CfnJobPropsMixin.Builder.documentParameters(IResolvable documentParameters) Parameters of an Amazon Web Services managed template that you can specify to create the job document.CfnJobPropsMixin.Builder.documentSource(String documentSource) An S3 link, or S3 object URL, to the job document.CfnJobPropsMixin.Builder.jobExecutionsRetryConfig(CfnJobPropsMixin.JobExecutionsRetryConfigProperty jobExecutionsRetryConfig) The configuration that determines how many retries are allowed for each failure type for a job.CfnJobPropsMixin.Builder.jobExecutionsRetryConfig(IResolvable jobExecutionsRetryConfig) The configuration that determines how many retries are allowed for each failure type for a job.CfnJobPropsMixin.Builder.jobExecutionsRolloutConfig(CfnJobPropsMixin.JobExecutionsRolloutConfigProperty jobExecutionsRolloutConfig) Allows you to create a staged rollout of a job.CfnJobPropsMixin.Builder.jobExecutionsRolloutConfig(IResolvable jobExecutionsRolloutConfig) Allows you to create a staged rollout of a job.A job identifier which must be unique for your AWS account.CfnJobPropsMixin.Builder.jobTemplateArn(String jobTemplateArn) The ARN of the job template used to create the job.CfnJobPropsMixin.Builder.presignedUrlConfig(CfnJobPropsMixin.PresignedUrlConfigProperty presignedUrlConfig) Configuration for pre-signed S3 URLs.CfnJobPropsMixin.Builder.presignedUrlConfig(IResolvable presignedUrlConfig) Configuration for pre-signed S3 URLs.CfnJobPropsMixin.Builder.schedulingConfig(CfnJobPropsMixin.SchedulingConfigProperty schedulingConfig) Specifies the date and time that a job will begin the rollout of the job document to all devices in the target group.CfnJobPropsMixin.Builder.schedulingConfig(IResolvable schedulingConfig) Specifies the date and time that a job will begin the rollout of the job document to all devices in the target group.Metadata which can be used to manage the job.A list of things and thing groups to which the job should be sent.CfnJobPropsMixin.Builder.targetSelection(String targetSelection) Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT).CfnJobPropsMixin.Builder.timeoutConfig(CfnJobPropsMixin.TimeoutConfigProperty timeoutConfig) Specifies the amount of time each device has to finish its execution of the job.CfnJobPropsMixin.Builder.timeoutConfig(IResolvable timeoutConfig) Specifies the amount of time each device has to finish its execution of the job.