Interface CodegenJobRenderConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CodegenJobRenderConfig.Builder,,CodegenJobRenderConfig> SdkBuilder<CodegenJobRenderConfig.Builder,,CodegenJobRenderConfig> SdkPojo
- Enclosing class:
 CodegenJobRenderConfig
public static interface CodegenJobRenderConfig.Builder
extends SdkPojo, CopyableBuilder<CodegenJobRenderConfig.Builder,CodegenJobRenderConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CodegenJobRenderConfig.BuilderThe name of theReactStartCodegenJobDataobject.react(ReactStartCodegenJobData react) The name of theReactStartCodegenJobDataobject.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
react
The name of the
ReactStartCodegenJobDataobject.- Parameters:
 react- The name of theReactStartCodegenJobDataobject.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
react
The name of the
This is a convenience method that creates an instance of theReactStartCodegenJobDataobject.ReactStartCodegenJobData.Builderavoiding the need to create one manually viaReactStartCodegenJobData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreact(ReactStartCodegenJobData).- Parameters:
 react- a consumer that will call methods onReactStartCodegenJobData.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -