public static interface StopBuildResponse.Builder extends CodeBuildResponse.Builder, CopyableBuilder<StopBuildResponse.Builder,StopBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
StopBuildResponse.Builder |
build(Build build)
Information about the build.
|
default StopBuildResponse.Builder |
build(Consumer<Build.Builder> build)
Information about the build.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStopBuildResponse.Builder build(Build build)
Information about the build.
build - Information about the build.default StopBuildResponse.Builder build(Consumer<Build.Builder> build)
Information about the build.
This is a convenience that creates an instance of theBuild.Builder avoiding the need to create one
manually via Build.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to build(Build).build - a consumer that will call methods on Build.Builderbuild(Build)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.