Uses of Interface
software.amazon.awssdk.services.codebuild.model.StopBuildBatchResponse.Builder
-
Packages that use StopBuildBatchResponse.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of StopBuildBatchResponse.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return StopBuildBatchResponse.Builder Modifier and Type Method Description default StopBuildBatchResponse.BuilderStopBuildBatchResponse.Builder. buildBatch(Consumer<BuildBatch.Builder> buildBatch)Sets the value of the BuildBatch property for this object.StopBuildBatchResponse.BuilderStopBuildBatchResponse.Builder. buildBatch(BuildBatch buildBatch)Sets the value of the BuildBatch property for this object.static StopBuildBatchResponse.BuilderStopBuildBatchResponse. builder()StopBuildBatchResponse.BuilderStopBuildBatchResponse. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type StopBuildBatchResponse.Builder Modifier and Type Method Description static Class<? extends StopBuildBatchResponse.Builder>StopBuildBatchResponse. serializableBuilderClass()
-