public static interface ListInventoryEntriesResponse.Builder extends SsmResponse.Builder, CopyableBuilder<ListInventoryEntriesResponse.Builder,ListInventoryEntriesResponse>
Modifier and Type | Method and 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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).
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.