Interface DescribeMatchmakingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMatchmakingResponse.Builder,DescribeMatchmakingResponse>,GameLiftResponse.Builder,SdkBuilder<DescribeMatchmakingResponse.Builder,DescribeMatchmakingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeMatchmakingResponse
public static interface DescribeMatchmakingResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingResponse.Builder,DescribeMatchmakingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeMatchmakingResponse.BuilderticketList(Collection<MatchmakingTicket> ticketList)A collection of existing matchmaking ticket objects matching the request.DescribeMatchmakingResponse.BuilderticketList(Consumer<MatchmakingTicket.Builder>... ticketList)A collection of existing matchmaking ticket objects matching the request.DescribeMatchmakingResponse.BuilderticketList(MatchmakingTicket... ticketList)A collection of existing matchmaking ticket objects matching the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ticketList
DescribeMatchmakingResponse.Builder ticketList(Collection<MatchmakingTicket> ticketList)
A collection of existing matchmaking ticket objects matching the request.
- Parameters:
ticketList- A collection of existing matchmaking ticket objects matching the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ticketList
DescribeMatchmakingResponse.Builder ticketList(MatchmakingTicket... ticketList)
A collection of existing matchmaking ticket objects matching the request.
- Parameters:
ticketList- A collection of existing matchmaking ticket objects matching the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ticketList
DescribeMatchmakingResponse.Builder ticketList(Consumer<MatchmakingTicket.Builder>... ticketList)
A collection of existing matchmaking ticket objects matching the request.
This is a convenience method that creates an instance of theMatchmakingTicket.Builderavoiding the need to create one manually viaMatchmakingTicket.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ticketList(List.) - Parameters:
ticketList- a consumer that will call methods onMatchmakingTicket.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ticketList(java.util.Collection)
-
-