Interface CodegenJobSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CodegenJobSummary.Builder,,- CodegenJobSummary> - SdkBuilder<CodegenJobSummary.Builder,,- CodegenJobSummary> - SdkPojo
- Enclosing class:
- CodegenJobSummary
@Mutable
@NotThreadSafe
public static interface CodegenJobSummary.Builder
extends SdkPojo, CopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique ID of the Amplify app associated with the code generation job.The time that the code generation job summary was created.environmentName(String environmentName) The name of the backend environment associated with the code generation job.The unique ID for the code generation job summary.modifiedAt(Instant modifiedAt) The time that the code generation job summary was modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
appIdThe unique ID of the Amplify app associated with the code generation job. - Parameters:
- appId- The unique ID of the Amplify app associated with the code generation job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentNameThe name of the backend environment associated with the code generation job. - Parameters:
- environmentName- The name of the backend environment associated with the code generation job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe unique ID for the code generation job summary. - Parameters:
- id- The unique ID for the code generation job summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe time that the code generation job summary was created. - Parameters:
- createdAt- The time that the code generation job summary was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modifiedAtThe time that the code generation job summary was modified. - Parameters:
- modifiedAt- The time that the code generation job summary was modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-