public static interface UpdateGameServerGroupResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateGameServerGroupResponse.Builder,UpdateGameServerGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGameServerGroupResponse.Builder |
gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object that describes the game server group resource with updated properties.
|
UpdateGameServerGroupResponse.Builder |
gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource with updated properties.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGameServerGroupResponse.Builder gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource with updated properties.
gameServerGroup - An object that describes the game server group resource with updated properties.default UpdateGameServerGroupResponse.Builder gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object that describes the game server group resource with updated properties.
This is a convenience method that creates an instance of theGameServerGroup.Builder avoiding the
need to create one manually via GameServerGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gameServerGroup(GameServerGroup).gameServerGroup - a consumer that will call methods on GameServerGroup.BuildergameServerGroup(GameServerGroup)Copyright © 2022. All rights reserved.