Interface DescribeInventoryDeletionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeInventoryDeletionsRequest.Builder,DescribeInventoryDeletionsRequest>
,SdkBuilder<DescribeInventoryDeletionsRequest.Builder,DescribeInventoryDeletionsRequest>
,SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
- DescribeInventoryDeletionsRequest
public static interface DescribeInventoryDeletionsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInventoryDeletionsRequest.Builder,DescribeInventoryDeletionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeInventoryDeletionsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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
-
deletionId
DescribeInventoryDeletionsRequest.Builder deletionId(String deletionId)
Specify the delete inventory ID for which you want information. This ID was returned by the
DeleteInventory
operation.- Parameters:
deletionId
- Specify the delete inventory ID for which you want information. This ID was returned by theDeleteInventory
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeInventoryDeletionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken
- A token to start the list. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- 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
DescribeInventoryDeletionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInventoryDeletionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-