Interface CodegenJobRenderConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CodegenJobRenderConfig.Builder,,- CodegenJobRenderConfig> - SdkBuilder<CodegenJobRenderConfig.Builder,,- CodegenJobRenderConfig> - SdkPojo
- Enclosing class:
- CodegenJobRenderConfig
@Mutable
@NotThreadSafe
public static interface CodegenJobRenderConfig.Builder
extends SdkPojo, CopyableBuilder<CodegenJobRenderConfig.Builder,CodegenJobRenderConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CodegenJobRenderConfig.BuilderThe name of theReactStartCodegenJobDataobject.react(ReactStartCodegenJobData react) The name of theReactStartCodegenJobDataobject.Methods 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, sdkFields
- 
Method Details- 
reactThe name of the ReactStartCodegenJobDataobject.- Parameters:
- react- The name of the- ReactStartCodegenJobDataobject.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reactThe 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 on- ReactStartCodegenJobData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-