public static interface GetInventoryRequest.Builder extends SSMRequest.Builder, CopyableBuilder<GetInventoryRequest.Builder,GetInventoryRequest>
Modifier and Type | Method and Description |
---|---|
GetInventoryRequest.Builder |
aggregators(Collection<InventoryAggregator> aggregators)
Returns counts of inventory types based on one or more expressions.
|
GetInventoryRequest.Builder |
aggregators(InventoryAggregator... aggregators)
Returns counts of inventory types based on one or more expressions.
|
GetInventoryRequest.Builder |
filters(Collection<InventoryFilter> filters)
One or more filters.
|
GetInventoryRequest.Builder |
filters(InventoryFilter... filters)
One or more filters.
|
GetInventoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetInventoryRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
GetInventoryRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetInventoryRequest.Builder |
resultAttributes(Collection<ResultAttribute> resultAttributes)
The list of inventory item types to return.
|
GetInventoryRequest.Builder |
resultAttributes(ResultAttribute... resultAttributes)
The list of inventory item types to return.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetInventoryRequest.Builder filters(Collection<InventoryFilter> filters)
One or more filters. Use a filter to return a more specific list of results.
filters
- One or more filters. Use a filter to return a more specific list of results.GetInventoryRequest.Builder filters(InventoryFilter... filters)
One or more filters. Use a filter to return a more specific list of results.
filters
- One or more filters. Use a filter to return a more specific list of results.GetInventoryRequest.Builder aggregators(Collection<InventoryAggregator> aggregators)
Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an
expression that uses the AWS:InstanceInformation.PlatformType
type, you can see a count of how
many Windows and Linux instances exist in your inventoried fleet.
aggregators
- Returns counts of inventory types based on one or more expressions. For example, if you aggregate by
using an expression that uses the AWS:InstanceInformation.PlatformType
type, you can see
a count of how many Windows and Linux instances exist in your inventoried fleet.GetInventoryRequest.Builder aggregators(InventoryAggregator... aggregators)
Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an
expression that uses the AWS:InstanceInformation.PlatformType
type, you can see a count of how
many Windows and Linux instances exist in your inventoried fleet.
aggregators
- Returns counts of inventory types based on one or more expressions. For example, if you aggregate by
using an expression that uses the AWS:InstanceInformation.PlatformType
type, you can see
a count of how many Windows and Linux instances exist in your inventoried fleet.GetInventoryRequest.Builder resultAttributes(Collection<ResultAttribute> resultAttributes)
The list of inventory item types to return.
resultAttributes
- The list of inventory item types to return.GetInventoryRequest.Builder resultAttributes(ResultAttribute... resultAttributes)
The list of inventory item types to return.
resultAttributes
- The list of inventory item types to return.GetInventoryRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)GetInventoryRequest.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.
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.GetInventoryRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.