Interface StopJobRequest.Builder
-
- All Superinterfaces:
AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StopJobRequest.Builder,StopJobRequest>,SdkBuilder<StopJobRequest.Builder,StopJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopJobRequest
public static interface StopJobRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<StopJobRequest.Builder,StopJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopJobRequest.BuilderappId(String appId)The unique ID for an Amplify app.StopJobRequest.BuilderbranchName(String branchName)The name of the branch to use for the stop job request.StopJobRequest.BuilderjobId(String jobId)The unique id for the job.StopJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.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
StopJobRequest.Builder appId(String appId)
The unique ID for an Amplify app.
- Parameters:
appId- The unique ID for an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
StopJobRequest.Builder branchName(String branchName)
The name of the branch to use for the stop job request.
- Parameters:
branchName- The name of the branch to use for the stop job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
StopJobRequest.Builder jobId(String jobId)
The unique id for the job.
- Parameters:
jobId- The unique id for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-