CopyableBuilder<ListAssociatedStacksRequest.Builder,ListAssociatedStacksRequest>
, SdkBuilder<ListAssociatedStacksRequest.Builder,ListAssociatedStacksRequest>
public static interface ListAssociatedStacksRequest.Builder extends CopyableBuilder<ListAssociatedStacksRequest.Builder,ListAssociatedStacksRequest>
Modifier and Type | Method | Description |
---|---|---|
ListAssociatedStacksRequest.Builder |
fleetName(String fleetName) |
The name of the fleet whose associated stacks are listed.
|
ListAssociatedStacksRequest.Builder |
nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
copy
apply, build
ListAssociatedStacksRequest.Builder fleetName(String fleetName)
The name of the fleet whose associated stacks are listed.
fleetName
- The name of the fleet whose associated stacks are listed.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.