| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CodegenJobSummary.Builder |
CodegenJobSummary.Builder.appId(String appId)
The unique ID of the Amplify app associated with the code generation job.
|
static CodegenJobSummary.Builder |
CodegenJobSummary.builder() |
CodegenJobSummary.Builder |
CodegenJobSummary.Builder.createdAt(Instant createdAt)
The time that the code generation job summary was created.
|
CodegenJobSummary.Builder |
CodegenJobSummary.Builder.environmentName(String environmentName)
The name of the backend environment associated with the code generation job.
|
CodegenJobSummary.Builder |
CodegenJobSummary.Builder.id(String id)
The unique ID for the code generation job summary.
|
CodegenJobSummary.Builder |
CodegenJobSummary.Builder.modifiedAt(Instant modifiedAt)
The time that the code generation job summary was modified.
|
CodegenJobSummary.Builder |
CodegenJobSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodegenJobSummary.Builder> |
CodegenJobSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.