public static interface UpdateBuildResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<UpdateBuildResponse.Builder,UpdateBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBuildResponse.Builder |
build(Build build)
Object that contains the updated build record.
|
default UpdateBuildResponse.Builder |
build(Consumer<Build.Builder> build)
Object that contains the updated build record.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateBuildResponse.Builder build(Build build)
Object that contains the updated build record.
build - Object that contains the updated build record.default UpdateBuildResponse.Builder build(Consumer<Build.Builder> build)
Object that contains the updated build record.
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.