public static interface ListAssociatedFleetsRequest.Builder extends AppStreamRequest.Builder, CopyableBuilder<ListAssociatedFleetsRequest.Builder,ListAssociatedFleetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedFleetsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAssociatedFleetsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListAssociatedFleetsRequest.Builder |
stackName(String stackName)
The name of the stack.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListAssociatedFleetsRequest.Builder stackName(String stackName)
The name of the stack.
stackName - The name of the stack.ListAssociatedFleetsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListAssociatedFleetsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.