Interface CodegenJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>,SdkBuilder<CodegenJobSummary.Builder,CodegenJobSummary>,SdkPojo
- Enclosing class:
- CodegenJobSummary
public static interface CodegenJobSummary.Builder extends SdkPojo, CopyableBuilder<CodegenJobSummary.Builder,CodegenJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodegenJobSummary.BuilderappId(String appId)The unique ID of the Amplify app associated with the code generation job.CodegenJobSummary.BuildercreatedAt(Instant createdAt)The time that the code generation job summary was created.CodegenJobSummary.BuilderenvironmentName(String environmentName)The name of the backend environment associated with the code generation job.CodegenJobSummary.Builderid(String id)The unique ID for the code generation job summary.CodegenJobSummary.BuildermodifiedAt(Instant modifiedAt)The time that the code generation job summary was modified.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
appId
CodegenJobSummary.Builder appId(String appId)
The 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.
-
environmentName
CodegenJobSummary.Builder environmentName(String environmentName)
The 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.
-
id
CodegenJobSummary.Builder id(String id)
The 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.
-
createdAt
CodegenJobSummary.Builder createdAt(Instant createdAt)
The 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.
-
modifiedAt
CodegenJobSummary.Builder modifiedAt(Instant modifiedAt)
The 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.
-
-