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