public static interface ReactStartCodegenJobData.Builder extends SdkPojo, CopyableBuilder<ReactStartCodegenJobData.Builder,ReactStartCodegenJobData>
| Modifier and Type | Method and Description |
|---|---|
ReactStartCodegenJobData.Builder |
apiConfiguration(ApiConfiguration apiConfiguration)
The API configuration for the code generation job.
|
default ReactStartCodegenJobData.Builder |
apiConfiguration(Consumer<ApiConfiguration.Builder> apiConfiguration)
The API configuration for the code generation job.
|
ReactStartCodegenJobData.Builder |
dependencies(Map<String,String> dependencies)
Lists the dependency packages that may be required for the project code to run.
|
ReactStartCodegenJobData.Builder |
inlineSourceMap(Boolean inlineSourceMap)
Specifies whether the code generation job should render inline source maps.
|
ReactStartCodegenJobData.Builder |
module(JSModule module)
The JavaScript module type.
|
ReactStartCodegenJobData.Builder |
module(String module)
The JavaScript module type.
|
ReactStartCodegenJobData.Builder |
renderTypeDeclarations(Boolean renderTypeDeclarations)
Specifies whether the code generation job should render type declaration files.
|
ReactStartCodegenJobData.Builder |
script(JSScript script)
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData.Builder |
script(String script)
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData.Builder |
target(JSTarget target)
The ECMAScript specification to use.
|
ReactStartCodegenJobData.Builder |
target(String target)
The ECMAScript specification to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactStartCodegenJobData.Builder module(String module)
The JavaScript module type.
ReactStartCodegenJobData.Builder module(JSModule module)
The JavaScript module type.
ReactStartCodegenJobData.Builder target(String target)
The ECMAScript specification to use.
ReactStartCodegenJobData.Builder target(JSTarget target)
The ECMAScript specification to use.
ReactStartCodegenJobData.Builder script(String script)
The file type to use for a JavaScript project.
ReactStartCodegenJobData.Builder script(JSScript script)
The file type to use for a JavaScript project.
ReactStartCodegenJobData.Builder renderTypeDeclarations(Boolean renderTypeDeclarations)
Specifies whether the code generation job should render type declaration files.
renderTypeDeclarations - Specifies whether the code generation job should render type declaration files.ReactStartCodegenJobData.Builder inlineSourceMap(Boolean inlineSourceMap)
Specifies whether the code generation job should render inline source maps.
inlineSourceMap - Specifies whether the code generation job should render inline source maps.ReactStartCodegenJobData.Builder apiConfiguration(ApiConfiguration apiConfiguration)
The API configuration for the code generation job.
apiConfiguration - The API configuration for the code generation job.default ReactStartCodegenJobData.Builder apiConfiguration(Consumer<ApiConfiguration.Builder> apiConfiguration)
The API configuration for the code generation job.
This is a convenience method that creates an instance of theApiConfiguration.Builder avoiding the
need to create one manually via ApiConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to apiConfiguration(ApiConfiguration).
apiConfiguration - a consumer that will call methods on ApiConfiguration.BuilderapiConfiguration(ApiConfiguration)ReactStartCodegenJobData.Builder dependencies(Map<String,String> dependencies)
Lists the dependency packages that may be required for the project code to run.
dependencies - Lists the dependency packages that may be required for the project code to run.Copyright © 2023. All rights reserved.