public static interface CodegenJobSummary.Builder extends SdkPojo, CopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>
| Modifier and Type | Method and Description |
|---|---|
CodegenJobSummary.Builder |
appId(String appId)
The unique ID of the Amplify app associated with the code generation job.
|
CodegenJobSummary.Builder |
createdAt(Instant createdAt)
The time that the code generation job summary was created.
|
CodegenJobSummary.Builder |
environmentName(String environmentName)
The name of the backend environment associated with the code generation job.
|
CodegenJobSummary.Builder |
id(String id)
The unique ID for the code generation job summary.
|
CodegenJobSummary.Builder |
modifiedAt(Instant modifiedAt)
The time that the code generation job summary was modified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodegenJobSummary.Builder appId(String appId)
The unique ID of the Amplify app associated with the code generation job.
appId - The unique ID of the Amplify app associated with the code generation job.CodegenJobSummary.Builder environmentName(String environmentName)
The name of the backend environment associated with the code generation job.
environmentName - The name of the backend environment associated with the code generation job.CodegenJobSummary.Builder id(String id)
The unique ID for the code generation job summary.
id - The unique ID for the code generation job summary.CodegenJobSummary.Builder createdAt(Instant createdAt)
The time that the code generation job summary was created.
createdAt - The time that the code generation job summary was created.CodegenJobSummary.Builder modifiedAt(Instant modifiedAt)
The time that the code generation job summary was modified.
modifiedAt - The time that the code generation job summary was modified.Copyright © 2023. All rights reserved.