CopyableBuilder<GetInventoryRequest.Builder,GetInventoryRequest>
, SdkBuilder<GetInventoryRequest.Builder,GetInventoryRequest>
public static interface GetInventoryRequest.Builder extends CopyableBuilder<GetInventoryRequest.Builder,GetInventoryRequest>
Modifier and Type | Method | Description |
---|---|---|
GetInventoryRequest.Builder |
filters(Collection<InventoryFilter> filters) |
One or more filters.
|
GetInventoryRequest.Builder |
filters(InventoryFilter... filters) |
One or more filters.
|
GetInventoryRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
GetInventoryRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
GetInventoryRequest.Builder |
resultAttributes(Collection<ResultAttribute> resultAttributes) |
The list of inventory item types to return.
|
GetInventoryRequest.Builder |
resultAttributes(ResultAttribute... resultAttributes) |
The list of inventory item types to return.
|
copy
apply, build
GetInventoryRequest.Builder filters(Collection<InventoryFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
filters
- One or more filters. Use a filter to return a more specific list of results.GetInventoryRequest.Builder filters(InventoryFilter... filters)
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
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- One or more filters. Use a filter to return a more specific list of results.GetInventoryRequest.Builder resultAttributes(Collection<ResultAttribute> resultAttributes)
The list of inventory item types to return.
resultAttributes
- The list of inventory item types to return.GetInventoryRequest.Builder resultAttributes(ResultAttribute... resultAttributes)
The list of inventory item types to return.
NOTE: This method appends the values to the existing list (if any). Use
#setResultAttributes(java.util.Collection)
or #withResultAttributes(java.util.Collection)
if
you want to override the existing values.
resultAttributes
- The list of inventory item types to return.GetInventoryRequest.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.)GetInventoryRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.