public static interface StartCodegenJobRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<StartCodegenJobRequest.Builder,StartCodegenJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCodegenJobRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.StartCodegenJobRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.StartCodegenJobRequest.Builder clientToken(String clientToken)
The idempotency token used to ensure that the code generation job request completes only once.
clientToken - The idempotency token used to ensure that the code generation job request completes only once.StartCodegenJobRequest.Builder codegenJobToCreate(StartCodegenJobData codegenJobToCreate)
The code generation job resource configuration.
codegenJobToCreate - The code generation job resource configuration.default StartCodegenJobRequest.Builder codegenJobToCreate(Consumer<StartCodegenJobData.Builder> codegenJobToCreate)
The code generation job resource configuration.
This is a convenience method that creates an instance of theStartCodegenJobData.Builder avoiding the
need to create one manually via StartCodegenJobData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to codegenJobToCreate(StartCodegenJobData).
codegenJobToCreate - a consumer that will call methods on StartCodegenJobData.BuildercodegenJobToCreate(StartCodegenJobData)StartCodegenJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartCodegenJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.