public static interface StartCodegenJobResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<StartCodegenJobResponse.Builder,StartCodegenJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartCodegenJobResponse.Builder |
entity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
|
default StartCodegenJobResponse.Builder |
entity(Consumer<CodegenJob.Builder> entity)
The code generation job for a UI component that is associated with an Amplify app.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCodegenJobResponse.Builder entity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
entity - The code generation job for a UI component that is associated with an Amplify app.default StartCodegenJobResponse.Builder entity(Consumer<CodegenJob.Builder> entity)
The code generation job for a UI component that is associated with an Amplify app.
This is a convenience method that creates an instance of theCodegenJob.Builder avoiding the need to
create one manually via CodegenJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to entity(CodegenJob).
entity - a consumer that will call methods on CodegenJob.Builderentity(CodegenJob)Copyright © 2023. All rights reserved.