Interface ListFleetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFleetsResponse.Builder,,ListFleetsResponse> GameLiftResponse.Builder,SdkBuilder<ListFleetsResponse.Builder,,ListFleetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFleetsResponse
@Mutable
@NotThreadSafe
public static interface ListFleetsResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA set of fleet IDs that match the list request.fleetIds(Collection<String> fleetIds) A set of fleet IDs that match the list request.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
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-