public static interface ResumeGameServerGroupResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ResumeGameServerGroupResponse.Builder,ResumeGameServerGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default ResumeGameServerGroupResponse.Builder |
gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property
updated to reflect the resumed activity. |
ResumeGameServerGroupResponse.Builder |
gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the
SuspendedActions property
updated to reflect the resumed activity. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResumeGameServerGroupResponse.Builder gameServerGroup(GameServerGroup gameServerGroup)
An object that describes the game server group resource, with the SuspendedActions property
updated to reflect the resumed activity.
gameServerGroup - An object that describes the game server group resource, with the SuspendedActions
property updated to reflect the resumed activity.default ResumeGameServerGroupResponse.Builder gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object that describes the game server group resource, with the SuspendedActions property
updated to reflect the resumed activity.
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 © 2020. All rights reserved.