| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CodegenJob |
CodegenJob.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CodegenJob |
CodegenJob.clearTagsEntries()
Removes all the entries added into Tags.
|
CodegenJob |
CodegenJob.clone() |
CodegenJob |
StartCodegenJobResult.getEntity()
The code generation job for a UI component that is associated with an Amplify app.
|
CodegenJob |
GetCodegenJobResult.getJob()
The configuration settings for the code generation job.
|
CodegenJob |
CodegenJob.withAppId(String appId)
The ID of the Amplify app associated with the code generation job.
|
CodegenJob |
CodegenJob.withAsset(CodegenJobAsset asset)
The
CodegenJobAsset to use for the code generation job. |
CodegenJob |
CodegenJob.withAutoGenerateForms(Boolean autoGenerateForms)
Specifies whether to autogenerate forms in the code generation job.
|
CodegenJob |
CodegenJob.withCreatedAt(Date createdAt)
The time that the code generation job was created.
|
CodegenJob |
CodegenJob.withDependencies(CodegenDependency... dependencies)
Lists the dependency packages that may be required for the project code to run.
|
CodegenJob |
CodegenJob.withDependencies(Collection<CodegenDependency> dependencies)
Lists the dependency packages that may be required for the project code to run.
|
CodegenJob |
CodegenJob.withEnvironmentName(String environmentName)
The name of the backend environment associated with the code generation job.
|
CodegenJob |
CodegenJob.withFeatures(CodegenFeatureFlags features) |
CodegenJob |
CodegenJob.withGenericDataSchema(CodegenJobGenericDataSchema genericDataSchema) |
CodegenJob |
CodegenJob.withId(String id)
The unique ID for the code generation job.
|
CodegenJob |
CodegenJob.withModifiedAt(Date modifiedAt)
The time that the code generation job was modified.
|
CodegenJob |
CodegenJob.withRenderConfig(CodegenJobRenderConfig renderConfig) |
CodegenJob |
CodegenJob.withStatus(CodegenJobStatus status)
The status of the code generation job.
|
CodegenJob |
CodegenJob.withStatus(String status)
The status of the code generation job.
|
CodegenJob |
CodegenJob.withStatusMessage(String statusMessage)
The customized status message for the code generation job.
|
CodegenJob |
CodegenJob.withTags(Map<String,String> tags)
One or more key-value pairs to use when tagging the code generation job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartCodegenJobResult.setEntity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
|
void |
GetCodegenJobResult.setJob(CodegenJob job)
The configuration settings for the code generation job.
|
StartCodegenJobResult |
StartCodegenJobResult.withEntity(CodegenJob entity)
The code generation job for a UI component that is associated with an Amplify app.
|
GetCodegenJobResult |
GetCodegenJobResult.withJob(CodegenJob job)
The configuration settings for the code generation job.
|
Copyright © 2025. All rights reserved.