Interface StopBuildBatchRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<StopBuildBatchRequest.Builder,StopBuildBatchRequest>,SdkBuilder<StopBuildBatchRequest.Builder,StopBuildBatchRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopBuildBatchRequest
public static interface StopBuildBatchRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<StopBuildBatchRequest.Builder,StopBuildBatchRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopBuildBatchRequest.Builderid(String id)The identifier of the batch build to stop.StopBuildBatchRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopBuildBatchRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
build
-
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
-
id
StopBuildBatchRequest.Builder id(String id)
The identifier of the batch build to stop.
- Parameters:
id- The identifier of the batch build to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopBuildBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopBuildBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-