public static interface DeleteGameServerGroupResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DeleteGameServerGroupResponse.Builder,DeleteGameServerGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteGameServerGroupResponse.Builder |
gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
DeleteGameServerGroupResponse.Builder |
gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteGameServerGroupResponse.Builder gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.
gameServerGroup - An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.default DeleteGameServerGroupResponse.Builder gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.
GameServerGroup.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.