public static interface DescribeBuildResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeBuildResponse.Builder,DescribeBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBuildResponse.Builder |
build(Build build)
Set of properties describing the requested build.
|
default DescribeBuildResponse.Builder |
build(Consumer<Build.Builder> build)
Set of properties describing the requested build.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeBuildResponse.Builder build(Build build)
Set of properties describing the requested build.
build - Set of properties describing the requested build.default DescribeBuildResponse.Builder build(Consumer<Build.Builder> build)
Set of properties describing the requested 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.