Interface BackendJobRespObj.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>,SdkBuilder<BackendJobRespObj.Builder,BackendJobRespObj>,SdkPojo
- Enclosing class:
- BackendJobRespObj
public static interface BackendJobRespObj.Builder extends SdkPojo, CopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendJobRespObj.BuilderappId(String appId)The app ID.BackendJobRespObj.BuilderbackendEnvironmentName(String backendEnvironmentName)The name of the backend environment.BackendJobRespObj.BuildercreateTime(String createTime)The time when the job was created.BackendJobRespObj.Buildererror(String error)If the request fails, this error is returned.BackendJobRespObj.BuilderjobId(String jobId)The ID for the job.BackendJobRespObj.Builderoperation(String operation)The name of the operation.BackendJobRespObj.Builderstatus(String status)The current status of the request.BackendJobRespObj.BuilderupdateTime(String updateTime)The time when the job was last updated.-
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, sdkFields
-
-
-
-
Method Detail
-
appId
BackendJobRespObj.Builder appId(String appId)
The app ID.
- Parameters:
appId- The app ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backendEnvironmentName
BackendJobRespObj.Builder backendEnvironmentName(String backendEnvironmentName)
The 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.
-
createTime
BackendJobRespObj.Builder createTime(String createTime)
The 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.
-
error
BackendJobRespObj.Builder error(String error)
If 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.
-
jobId
BackendJobRespObj.Builder jobId(String jobId)
The 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.
-
operation
BackendJobRespObj.Builder operation(String operation)
The 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.
-
status
BackendJobRespObj.Builder status(String status)
The 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.
-
updateTime
BackendJobRespObj.Builder updateTime(String updateTime)
The 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.
-
-