Interface StartCodegenJobResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<StartCodegenJobResponse.Builder,,- StartCodegenJobResponse> - SdkBuilder<StartCodegenJobResponse.Builder,,- StartCodegenJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartCodegenJobResponse
@Mutable
@NotThreadSafe
public static interface StartCodegenJobResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<StartCodegenJobResponse.Builder,StartCodegenJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault StartCodegenJobResponse.Builderentity(Consumer<CodegenJob.Builder> entity) The code generation job for a UI component that is associated with an Amplify app.entity(CodegenJob entity) The code generation job for a UI component that is associated with an Amplify app.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
entityThe code generation job for a UI component that is associated with an Amplify app. - Parameters:
- entity- The code generation job for a UI component that is associated with an Amplify app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entityThe 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.Builderavoiding the need to create one manually viaCodegenJob.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentity(CodegenJob).- Parameters:
- entity- a consumer that will call methods on- CodegenJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-