Interface ListFleetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>,GameLiftResponse.Builder,SdkBuilder<ListFleetsResponse.Builder,ListFleetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFleetsResponse
public static interface ListFleetsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFleetsResponse.BuilderfleetIds(String... fleetIds)A set of fleet IDs that match the list request.ListFleetsResponse.BuilderfleetIds(Collection<String> fleetIds)A set of fleet IDs that match the list request.ListFleetsResponse.BuildernextToken(String nextToken)A token that indicates where to resume retrieving results on the next call to this operation.-
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
-
fleetIds
ListFleetsResponse.Builder fleetIds(Collection<String> fleetIds)
A set of fleet IDs that match the list request.
- Parameters:
fleetIds- A set of fleet IDs that match the list request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetIds
ListFleetsResponse.Builder fleetIds(String... fleetIds)
A set of fleet IDs that match the list request.
- Parameters:
fleetIds- A set of fleet IDs that match the list request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFleetsResponse.Builder nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
- Parameters:
nextToken- A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-