| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateJobResponse> |
IotAsyncClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a job.
|
default CreateJobResponse |
IotClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.abortConfig(AbortConfig abortConfig)
Allows you to create criteria to abort a job.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.abortConfig(Consumer<AbortConfig.Builder> abortConfig)
Allows you to create 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.document(String document)
The job document.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.documentSource(String documentSource)
An S3 link to the job document.
|
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 AWS account.
|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
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(Collection<String> targets)
A list of things and thing groups to which the job should be sent.
|
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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateJobRequest.Builder> |
CreateJobRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.