public static interface ListInventoryEntriesResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListInventoryEntriesResponse.Builder,ListInventoryEntriesResponse>
Modifier and Type | Method and Description |
---|---|
ListInventoryEntriesResponse.Builder |
captureTime(String captureTime)
The time that inventory information was collected for the managed node(s).
|
ListInventoryEntriesResponse.Builder |
entries(Collection<? extends Map<String,String>> entries)
A list of inventory items on the managed node(s).
|
ListInventoryEntriesResponse.Builder |
entries(Map<String,String>... entries)
A list of inventory items on the managed node(s).
|
ListInventoryEntriesResponse.Builder |
instanceId(String instanceId)
The managed node 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 managed node(s).
|
ListInventoryEntriesResponse.Builder |
typeName(String typeName)
The type of inventory item returned by the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
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 managed node ID targeted by the request to query inventory information.
instanceId
- The managed node ID targeted by the request to query inventory information.ListInventoryEntriesResponse.Builder schemaVersion(String schemaVersion)
The inventory schema version used by the managed node(s).
schemaVersion
- The inventory schema version used by the managed node(s).ListInventoryEntriesResponse.Builder captureTime(String captureTime)
The time that inventory information was collected for the managed node(s).
captureTime
- The time that inventory information was collected for the managed node(s).ListInventoryEntriesResponse.Builder entries(Collection<? extends Map<String,String>> entries)
A list of inventory items on the managed node(s).
entries
- A list of inventory items on the managed node(s).ListInventoryEntriesResponse.Builder entries(Map<String,String>... entries)
A list of inventory items on the managed node(s).
entries
- A list of inventory items on the managed node(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 © 2023. All rights reserved.