public static interface StartDeploymentResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<StartDeploymentResponse.Builder,StartDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartDeploymentResponse.Builder |
jobSummary(Consumer<JobSummary.Builder> jobSummary)
The summary for the job.
|
StartDeploymentResponse.Builder |
jobSummary(JobSummary jobSummary)
The summary for the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDeploymentResponse.Builder jobSummary(JobSummary jobSummary)
The summary for the job.
jobSummary - The summary for the job.default StartDeploymentResponse.Builder jobSummary(Consumer<JobSummary.Builder> jobSummary)
The summary for the job.
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 jobSummary(JobSummary).jobSummary - a consumer that will call methods on JobSummary.BuilderjobSummary(JobSummary)Copyright © 2022. All rights reserved.