public static interface JobExecutionSummaryForThing.Builder extends SdkPojo, CopyableBuilder<JobExecutionSummaryForThing.Builder,JobExecutionSummaryForThing>
Modifier and Type | Method and Description |
---|---|
default JobExecutionSummaryForThing.Builder |
jobExecutionSummary(Consumer<JobExecutionSummary.Builder> jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForThing.Builder |
jobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForThing.Builder |
jobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
copy
applyMutation, build
JobExecutionSummaryForThing.Builder jobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.JobExecutionSummaryForThing.Builder jobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
jobExecutionSummary
- Contains a subset of information about a job execution.default JobExecutionSummaryForThing.Builder jobExecutionSummary(Consumer<JobExecutionSummary.Builder> jobExecutionSummary)
Contains a subset of information about a job execution.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.