public static interface UpdateBuildResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateBuildResponse.Builder,UpdateBuildResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBuildResponse.Builder |
build(Build build)
The updated build resource.
|
default UpdateBuildResponse.Builder |
build(Consumer<Build.Builder> build)
The updated build resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBuildResponse.Builder build(Build build)
The updated build resource.
build - The updated build resource.default UpdateBuildResponse.Builder build(Consumer<Build.Builder> build)
The updated build resource.
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 © 2021. All rights reserved.