public static interface DescribeInventoryDeletionsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInventoryDeletionsRequest.Builder,DescribeInventoryDeletionsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeInventoryDeletionsRequest.Builder |
deletionId(String deletionId)
Specify the delete inventory ID for which you want information.
|
DescribeInventoryDeletionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeInventoryDeletionsRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
DescribeInventoryDeletionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeInventoryDeletionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeInventoryDeletionsRequest.Builder deletionId(String deletionId)
Specify the delete inventory ID for which you want information. This ID was returned by the
DeleteInventory
action.
deletionId
- Specify the delete inventory ID for which you want information. This ID was returned by the
DeleteInventory
action.DescribeInventoryDeletionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.DescribeInventoryDeletionsRequest.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.DescribeInventoryDeletionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeInventoryDeletionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.