public static interface DescribeProductsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DescribeProductsRequest.Builder,DescribeProductsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeProductsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeProductsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
DescribeProductsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeProductsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeProductsRequest.Builder |
productArn(String productArn)
The ARN of the integration to return.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProductsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the DescribeProducts operation,
set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
nextToken - The token that is required for pagination. On your first call to the DescribeProducts
operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
DescribeProductsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.DescribeProductsRequest.Builder productArn(String productArn)
The ARN of the integration to return.
productArn - The ARN of the integration to return.DescribeProductsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeProductsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.