Interface UpdateBackendJobRequest.Builder
-
- All Superinterfaces:
AmplifyBackendRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>,SdkBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBackendJobRequest
public static interface UpdateBackendJobRequest.Builder extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBackendJobRequest.BuilderappId(String appId)The app ID.UpdateBackendJobRequest.BuilderbackendEnvironmentName(String backendEnvironmentName)The name of the backend environment.UpdateBackendJobRequest.BuilderjobId(String jobId)The ID for the job.UpdateBackendJobRequest.Builderoperation(String operation)Filters the list of response objects to include only those with the specified operation name.UpdateBackendJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBackendJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBackendJobRequest.Builderstatus(String status)Filters the list of response objects to include only those with the specified status.-
Methods inherited from interface software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
UpdateBackendJobRequest.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
UpdateBackendJobRequest.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.
-
jobId
UpdateBackendJobRequest.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
UpdateBackendJobRequest.Builder operation(String operation)
Filters the list of response objects to include only those with the specified operation name.
- Parameters:
operation- Filters the list of response objects to include only those with the specified operation name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateBackendJobRequest.Builder status(String status)
Filters the list of response objects to include only those with the specified status.
- Parameters:
status- Filters the list of response objects to include only those with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateBackendJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBackendJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-