public static interface Job.Builder extends SdkPojo, CopyableBuilder<Job.Builder,Job>
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
steps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
|
Job.Builder |
steps(Consumer<Step.Builder>... steps)
The execution steps for an execution job, for an Amplify app.
|
Job.Builder |
steps(Step... steps)
The execution steps for an execution job, for an Amplify app.
|
default Job.Builder |
summary(Consumer<JobSummary.Builder> summary)
Describes the summary for an execution job for an Amplify app.
|
Job.Builder |
summary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJob.Builder summary(JobSummary summary)
Describes the summary for an execution job for an Amplify app.
summary - Describes the summary for an execution job for an Amplify app.default Job.Builder summary(Consumer<JobSummary.Builder> summary)
Describes the summary for an execution job for an Amplify app.
This is a convenience that creates an instance of theJobSummary.Builder avoiding the need to create
one manually via JobSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to summary(JobSummary).summary - a consumer that will call methods on JobSummary.Buildersummary(JobSummary)Job.Builder steps(Collection<Step> steps)
The execution steps for an execution job, for an Amplify app.
steps - The execution steps for an execution job, for an Amplify app.Job.Builder steps(Step... steps)
The execution steps for an execution job, for an Amplify app.
steps - The execution steps for an execution job, for an Amplify app.Job.Builder steps(Consumer<Step.Builder>... steps)
The execution steps for an execution job, for an Amplify app.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #steps(List) .steps - a consumer that will call methods on List.Builder #steps(List) Copyright © 2022. All rights reserved.