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) |
DescribeInventoryDeletionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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
operation.
deletionId
- Specify the delete inventory ID for which you want information. This ID was returned by the
DeleteInventory
operation.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)
overrideConfiguration
in interface AwsRequest.Builder
DescribeInventoryDeletionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.