CopyableBuilder<ListInventoryEntriesResponse.Builder,ListInventoryEntriesResponse>
, SdkBuilder<ListInventoryEntriesResponse.Builder,ListInventoryEntriesResponse>
public static interface ListInventoryEntriesResponse.Builder extends CopyableBuilder<ListInventoryEntriesResponse.Builder,ListInventoryEntriesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListInventoryEntriesResponse.Builder |
captureTime(String captureTime) |
The time that inventory information was collected for the instance(s).
|
ListInventoryEntriesResponse.Builder |
entries(Collection<Map<String,String>> entries) |
A list of inventory items on the instance(s).
|
ListInventoryEntriesResponse.Builder |
entries(Map<String,String>... entries) |
A list of inventory items on the instance(s).
|
ListInventoryEntriesResponse.Builder |
instanceId(String instanceId) |
The instance ID targeted by the request to query inventory information.
|
ListInventoryEntriesResponse.Builder |
nextToken(String nextToken) |
The token to use when requesting the next set of items.
|
ListInventoryEntriesResponse.Builder |
schemaVersion(String schemaVersion) |
The inventory schema version used by the instance(s).
|
ListInventoryEntriesResponse.Builder |
typeName(String typeName) |
The type of inventory item returned by the request.
|
copy
apply, build
ListInventoryEntriesResponse.Builder typeName(String typeName)
The type of inventory item returned by the request.
typeName
- The type of inventory item returned by the request.ListInventoryEntriesResponse.Builder instanceId(String instanceId)
The instance ID targeted by the request to query inventory information.
instanceId
- The instance ID targeted by the request to query inventory information.ListInventoryEntriesResponse.Builder schemaVersion(String schemaVersion)
The inventory schema version used by the instance(s).
schemaVersion
- The inventory schema version used by the instance(s).ListInventoryEntriesResponse.Builder captureTime(String captureTime)
The time that inventory information was collected for the instance(s).
captureTime
- The time that inventory information was collected for the instance(s).ListInventoryEntriesResponse.Builder entries(Collection<Map<String,String>> entries)
A list of inventory items on the instance(s).
entries
- A list of inventory items on the instance(s).ListInventoryEntriesResponse.Builder entries(Map<String,String>... entries)
A list of inventory items on the instance(s).
NOTE: This method appends the values to the existing list (if any). Use
#setEntries(java.util.Collection)
or #withEntries(java.util.Collection)
if you want to
override the existing values.
entries
- A list of inventory items on the instance(s).ListInventoryEntriesResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.