default CreateJobRequest.Builder |
CreateJobRequest.Builder.abortConfig(Consumer<AbortConfig.Builder> abortConfig) |
Allows you to create the criteria to abort a job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.abortConfig(AbortConfig abortConfig) |
Allows you to create the criteria to abort a job.
|
static CreateJobRequest.Builder |
CreateJobRequest.builder() |
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.description(String description) |
A short text description of the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.destinationPackageVersions(String... destinationPackageVersions) |
The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully
completes.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.destinationPackageVersions(Collection<String> destinationPackageVersions) |
The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully
completes.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.document(String document) |
The job document.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.documentParameters(Map<String,String> documentParameters) |
Parameters of an Amazon Web Services managed template that you can specify to create the job document.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.documentSource(String documentSource) |
An S3 link, or S3 object URL, to the job document.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.jobExecutionsRetryConfig(Consumer<JobExecutionsRetryConfig.Builder> jobExecutionsRetryConfig) |
Allows you to create the criteria to retry a job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.jobExecutionsRetryConfig(JobExecutionsRetryConfig jobExecutionsRetryConfig) |
Allows you to create the criteria to retry a job.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.jobExecutionsRolloutConfig(Consumer<JobExecutionsRolloutConfig.Builder> jobExecutionsRolloutConfig) |
Allows you to create a staged rollout of the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.jobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig) |
Allows you to create a staged rollout of the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.jobId(String jobId) |
A job identifier which must be unique for your Amazon Web Services account.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.jobTemplateArn(String jobTemplateArn) |
The ARN of the job template used to create the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.namespaceId(String namespaceId) |
The namespace used to indicate that a job is a customer-managed job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.presignedUrlConfig(Consumer<PresignedUrlConfig.Builder> presignedUrlConfig) |
Configuration information for pre-signed S3 URLs.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.presignedUrlConfig(PresignedUrlConfig presignedUrlConfig) |
Configuration information for pre-signed S3 URLs.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.schedulingConfig(Consumer<SchedulingConfig.Builder> schedulingConfig) |
The configuration that allows you to schedule a job for a future date and time in addition to specifying the
end behavior for each job execution.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.schedulingConfig(SchedulingConfig schedulingConfig) |
The configuration that allows you to schedule a job for a future date and time in addition to specifying the
end behavior for each job execution.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(Collection<Tag> tags) |
Metadata which can be used to manage the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Metadata which can be used to manage the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(Tag... tags) |
Metadata which can be used to manage the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.targets(String... targets) |
A list of things and thing groups to which the job should be sent.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.targets(Collection<String> targets) |
A list of things and thing groups to which the job should be sent.
|
CreateJobRequest.Builder |
CreateJobRequest.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).
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.targetSelection(TargetSelection 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).
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.timeoutConfig(Consumer<TimeoutConfig.Builder> timeoutConfig) |
Specifies the amount of time each device has to finish its execution of the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.timeoutConfig(TimeoutConfig timeoutConfig) |
Specifies the amount of time each device has to finish its execution of the job.
|
CreateJobRequest.Builder |
CreateJobRequest.toBuilder() |
|