Interface ListAssociatedFleetsResponse.Builder
-
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>,SdkBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssociatedFleetsResponse
public static interface ListAssociatedFleetsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociatedFleetsResponse.Buildernames(String... names)The name of the fleet.ListAssociatedFleetsResponse.Buildernames(Collection<String> names)The name of the fleet.ListAssociatedFleetsResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
names
ListAssociatedFleetsResponse.Builder names(Collection<String> names)
The name of the fleet.
- Parameters:
names- The name of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListAssociatedFleetsResponse.Builder names(String... names)
The name of the fleet.
- Parameters:
names- The name of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssociatedFleetsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-