Interface ListInventoryEntriesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListInventoryEntriesResponse.Builder,
,ListInventoryEntriesResponse> SdkBuilder<ListInventoryEntriesResponse.Builder,
,ListInventoryEntriesResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
ListInventoryEntriesResponse
public static interface ListInventoryEntriesResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListInventoryEntriesResponse.Builder,ListInventoryEntriesResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncaptureTime
(String captureTime) The time that inventory information was collected for the managed node(s).entries
(Collection<? extends Map<String, String>> entries) A list of inventory items on the managed node(s).A list of inventory items on the managed node(s).instanceId
(String instanceId) The managed node ID targeted by the request to query inventory information.The token to use when requesting the next set of items.schemaVersion
(String schemaVersion) The inventory schema version used by the managed node(s).The type of inventory item returned by the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
typeName
The type of inventory item returned by the request.
- Parameters:
typeName
- The type of inventory item returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The managed node ID targeted by the request to query inventory information.
- Parameters:
instanceId
- The managed node ID targeted by the request to query inventory information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersion
The inventory schema version used by the managed node(s).
- Parameters:
schemaVersion
- The inventory schema version used by the managed node(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
captureTime
The time that inventory information was collected for the managed node(s).
- Parameters:
captureTime
- The time that inventory information was collected for the managed node(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
A list of inventory items on the managed node(s).
- Parameters:
entries
- A list of inventory items on the managed node(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
A list of inventory items on the managed node(s).
- Parameters:
entries
- A list of inventory items on the managed node(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-