Uses of Class
software.amazon.awscdk.services.iot.CfnJob.Builder
Packages that use CfnJob.Builder
-
Uses of CfnJob.Builder in software.amazon.awscdk.services.iot
Methods in software.amazon.awscdk.services.iot that return CfnJob.BuilderModifier and TypeMethodDescriptionCfnJob.Builder.abortConfig(IResolvable abortConfig) The criteria that determine when and how a job abort takes place.CfnJob.Builder.abortConfig(CfnJob.AbortConfigProperty abortConfig) The criteria that determine when and how a job abort takes place.static CfnJob.BuilderCfnJob.Builder.description(String description) A short text description of the job.CfnJob.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.CfnJob.Builder.documentParameters(Map<String, String> documentParameters) Parameters of an Amazon Web Services managed template that you can specify to create the job document.CfnJob.Builder.documentParameters(IResolvable documentParameters) Parameters of an Amazon Web Services managed template that you can specify to create the job document.CfnJob.Builder.documentSource(String documentSource) An S3 link, or S3 object URL, to the job document.CfnJob.Builder.jobExecutionsRetryConfig(IResolvable jobExecutionsRetryConfig) The configuration that determines how many retries are allowed for each failure type for a job.CfnJob.Builder.jobExecutionsRetryConfig(CfnJob.JobExecutionsRetryConfigProperty jobExecutionsRetryConfig) The configuration that determines how many retries are allowed for each failure type for a job.CfnJob.Builder.jobExecutionsRolloutConfig(IResolvable jobExecutionsRolloutConfig) Allows you to create a staged rollout of a job.CfnJob.Builder.jobExecutionsRolloutConfig(CfnJob.JobExecutionsRolloutConfigProperty jobExecutionsRolloutConfig) Allows you to create a staged rollout of a job.A job identifier which must be unique for your AWS account.CfnJob.Builder.jobTemplateArn(String jobTemplateArn) The ARN of the job template used to create the job.CfnJob.Builder.presignedUrlConfig(IResolvable presignedUrlConfig) Configuration for pre-signed S3 URLs.CfnJob.Builder.presignedUrlConfig(CfnJob.PresignedUrlConfigProperty presignedUrlConfig) Configuration for pre-signed S3 URLs.CfnJob.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.CfnJob.Builder.schedulingConfig(CfnJob.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.Metadata which can be used to manage the job.A list of things and thing groups to which the job should be sent.CfnJob.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).CfnJob.Builder.timeoutConfig(IResolvable timeoutConfig) Specifies the amount of time each device has to finish its execution of the job.CfnJob.Builder.timeoutConfig(CfnJob.TimeoutConfigProperty timeoutConfig) Specifies the amount of time each device has to finish its execution of the job.