Interface ListInventoryEntriesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInventoryEntriesRequest.Builder,ListInventoryEntriesRequest>,SdkBuilder<ListInventoryEntriesRequest.Builder,ListInventoryEntriesRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- ListInventoryEntriesRequest
public static interface ListInventoryEntriesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListInventoryEntriesRequest.Builder,ListInventoryEntriesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
instanceId
ListInventoryEntriesRequest.Builder instanceId(String instanceId)
The managed node ID for which you want inventory information.
- Parameters:
instanceId- The managed node ID for which you want inventory information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
ListInventoryEntriesRequest.Builder typeName(String typeName)
The type of inventory item for which you want information.
- Parameters:
typeName- The type of inventory item for which you want information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListInventoryEntriesRequest.Builder filters(Collection<InventoryFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
- Parameters:
filters- One or more filters. Use a filter to return a more specific list of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListInventoryEntriesRequest.Builder filters(InventoryFilter... filters)
One or more filters. Use a filter to return a more specific list of results.
- Parameters:
filters- One or more filters. Use a filter to return a more specific list of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListInventoryEntriesRequest.Builder filters(Consumer<InventoryFilter.Builder>... filters)
One or more filters. Use a filter to return a more specific list of results.
This is a convenience method that creates an instance of theInventoryFilter.Builderavoiding the need to create one manually viaInventoryFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onInventoryFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
nextToken
ListInventoryEntriesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListInventoryEntriesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
- Parameters:
maxResults- The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInventoryEntriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInventoryEntriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-