Interface UpdateBackendJobRequest.Builder
- All Superinterfaces:
- AmplifyBackendRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateBackendJobRequest.Builder,,- UpdateBackendJobRequest> - SdkBuilder<UpdateBackendJobRequest.Builder,,- UpdateBackendJobRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateBackendJobRequest
@Mutable
@NotThreadSafe
public static interface UpdateBackendJobRequest.Builder
extends AmplifyBackendRequest.Builder, SdkPojo, CopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe app ID.backendEnvironmentName(String backendEnvironmentName) The name of the backend environment.The ID for the job.Filters the list of response objects to include only those with the specified operation name.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods 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 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.
 
- 
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.
 
- 
operationFilters 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.
 
- 
statusFilters 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.
 
- 
overrideConfigurationUpdateBackendJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateBackendJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-