public static interface StartBuildResponse.Builder extends CodeBuildResponse.Builder, CopyableBuilder<StartBuildResponse.Builder,StartBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
StartBuildResponse.Builder |
build(Build build)
Information about the build to be run.
|
default StartBuildResponse.Builder |
build(Consumer<Build.Builder> build)
Information about the build to be run.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStartBuildResponse.Builder build(Build build)
Information about the build to be run.
build - Information about the build to be run.default StartBuildResponse.Builder build(Consumer<Build.Builder> build)
Information about the build to be run.
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.