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
Modifier and TypeMethodDescriptiondeletionId
(String deletionId) Specify the delete inventory ID for which you want information.maxResults
(Integer maxResults) The maximum number of items to return for this call.A token to start the list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeInventoryDeletionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-