public static interface DescribeGameServerGroupResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeGameServerGroupResponse.Builder,DescribeGameServerGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeGameServerGroupResponse.Builder |
gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object with the property settings for the requested game server group resource.
|
DescribeGameServerGroupResponse.Builder |
gameServerGroup(GameServerGroup gameServerGroup)
An object with the property settings for the requested game server group resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameServerGroupResponse.Builder gameServerGroup(GameServerGroup gameServerGroup)
An object with the property settings for the requested game server group resource.
gameServerGroup - An object with the property settings for the requested game server group resource.default DescribeGameServerGroupResponse.Builder gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)
An object with the property settings for the requested game server group resource.
This is a convenience 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 © 2021. All rights reserved.