Interface DescribeInventoryDeletionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInventoryDeletionsRequest.Builder,,DescribeInventoryDeletionsRequest> SdkBuilder<DescribeInventoryDeletionsRequest.Builder,,DescribeInventoryDeletionsRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeInventoryDeletionsRequest
@Mutable
@NotThreadSafe
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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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
DeleteInventoryoperation.- Parameters:
deletionId- Specify the delete inventory ID for which you want information. This ID was returned by theDeleteInventoryoperation.- 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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInventoryDeletionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-