public static interface ListAssociatedStacksRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<ListAssociatedStacksRequest.Builder,ListAssociatedStacksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedStacksRequest.Builder |
fleetName(String fleetName)
The name of the fleet.
|
ListAssociatedStacksRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAssociatedStacksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociatedStacksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedStacksRequest.Builder fleetName(String fleetName)
The name of the fleet.
fleetName - The name of the fleet.ListAssociatedStacksRequest.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.ListAssociatedStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociatedStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.