public static interface JobExecutionSummaryForJob.Builder extends SdkPojo, CopyableBuilder<JobExecutionSummaryForJob.Builder,JobExecutionSummaryForJob>
Modifier and Type | Method and Description |
---|---|
default JobExecutionSummaryForJob.Builder |
jobExecutionSummary(Consumer<JobExecutionSummary.Builder> jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForJob.Builder |
jobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForJob.Builder |
thingArn(String thingArn)
The ARN of the thing on which the job execution is running.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
JobExecutionSummaryForJob.Builder thingArn(String thingArn)
The ARN of the thing on which the job execution is running.
thingArn
- The ARN of the thing on which the job execution is running.JobExecutionSummaryForJob.Builder jobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
jobExecutionSummary
- Contains a subset of information about a job execution.default JobExecutionSummaryForJob.Builder jobExecutionSummary(Consumer<JobExecutionSummary.Builder> jobExecutionSummary)
Contains a subset of information about a job execution.
This is a convenience method that creates an instance of theJobExecutionSummary.Builder
avoiding the
need to create one manually via JobExecutionSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to jobExecutionSummary(JobExecutionSummary)
.
jobExecutionSummary
- a consumer that will call methods on JobExecutionSummary.Builder
jobExecutionSummary(JobExecutionSummary)
Copyright © 2023. All rights reserved.