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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInventoryEntriesResponse.BuildercaptureTime(String captureTime)The time that inventory information was collected for the managed nodes.ListInventoryEntriesResponse.Builderentries(Collection<? extends Map<String,String>> entries)A list of inventory items on the managed nodes.ListInventoryEntriesResponse.Builderentries(Map<String,String>... entries)A list of inventory items on the managed nodes.ListInventoryEntriesResponse.BuilderinstanceId(String instanceId)The managed node ID targeted by the request to query inventory information.ListInventoryEntriesResponse.BuildernextToken(String nextToken)The token to use when requesting the next set of items.ListInventoryEntriesResponse.BuilderschemaVersion(String schemaVersion)The inventory schema version used by the managed nodes.ListInventoryEntriesResponse.BuildertypeName(String typeName)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, sdkFieldNameToField, 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 Detail
-
typeName
ListInventoryEntriesResponse.Builder typeName(String 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
ListInventoryEntriesResponse.Builder instanceId(String 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
ListInventoryEntriesResponse.Builder schemaVersion(String schemaVersion)
The inventory schema version used by the managed nodes.
- Parameters:
schemaVersion- The inventory schema version used by the managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
captureTime
ListInventoryEntriesResponse.Builder captureTime(String captureTime)
The time that inventory information was collected for the managed nodes.
- Parameters:
captureTime- The time that inventory information was collected for the managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListInventoryEntriesResponse.Builder entries(Collection<? extends Map<String,String>> entries)
A list of inventory items on the managed nodes.
- Parameters:
entries- A list of inventory items on the managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListInventoryEntriesResponse.Builder entries(Map<String,String>... entries)
A list of inventory items on the managed nodes.
- Parameters:
entries- A list of inventory items on the managed nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- 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.
-
-