Interface UpdateBackendJobResponse.Builder
- All Superinterfaces:
- AmplifyBackendResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateBackendJobResponse.Builder,,- UpdateBackendJobResponse> - SdkBuilder<UpdateBackendJobResponse.Builder,,- UpdateBackendJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateBackendJobResponse
@Mutable
@NotThreadSafe
public static interface UpdateBackendJobResponse.Builder
extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<UpdateBackendJobResponse.Builder,UpdateBackendJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe app ID.backendEnvironmentName(String backendEnvironmentName) The name of the backend environment.createTime(String createTime) The time when the job was created.If the request fails, this error is returned.The ID for the job.The name of the operation.The current status of the request.updateTime(String updateTime) The time when the job was last updated.Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
appIdThe app ID. - Parameters:
- appId- The app ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
backendEnvironmentNameThe name of the backend environment. - Parameters:
- backendEnvironmentName- The name of the backend environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createTimeThe time when the job was created. - Parameters:
- createTime- The time when the job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorIf the request fails, this error is returned. - Parameters:
- error- If the request fails, this error is returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobIdThe ID for the job. - Parameters:
- jobId- The ID for the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
operationThe name of the operation. - Parameters:
- operation- The name of the operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the request. - Parameters:
- status- The current status of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateTimeThe time when the job was last updated. - Parameters:
- updateTime- The time when the job was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-