Interface StartCodegenJobResponse.Builder
-
- All Superinterfaces:
AmplifyUiBuilderResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartCodegenJobResponse.Builder,StartCodegenJobResponse>,SdkBuilder<StartCodegenJobResponse.Builder,StartCodegenJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartCodegenJobResponse
public static interface StartCodegenJobResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<StartCodegenJobResponse.Builder,StartCodegenJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartCodegenJobResponse.Builderentity(Consumer<CodegenJob.Builder> entity)The code generation job for a UI component that is associated with an Amplify app.StartCodegenJobResponse.Builderentity(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.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entity
StartCodegenJobResponse.Builder entity(CodegenJob entity)
The 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.
-
entity
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.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 onCodegenJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
entity(CodegenJob)
-
-