CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
, SdkBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
public static interface ListAssociationsRequest.Builder extends CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListAssociationsRequest.Builder |
associationFilterList(Collection<AssociationFilter> associationFilterList) |
One or more filters.
|
ListAssociationsRequest.Builder |
associationFilterList(AssociationFilter... associationFilterList) |
One or more filters.
|
ListAssociationsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
ListAssociationsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, build
ListAssociationsRequest.Builder associationFilterList(Collection<AssociationFilter> associationFilterList)
One or more filters. Use a filter to return a more specific list of results.
associationFilterList
- One or more filters. Use a filter to return a more specific list of results.ListAssociationsRequest.Builder associationFilterList(AssociationFilter... associationFilterList)
One or more filters. Use a filter to return a more specific list of results.
NOTE: This method appends the values to the existing list (if any). Use
#setAssociationFilterList(java.util.Collection)
or
#withAssociationFilterList(java.util.Collection)
if you want to override the existing values.
associationFilterList
- One or more filters. Use a filter to return a more specific list of results.ListAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListAssociationsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.