public static interface DescribeStandardsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DescribeStandardsRequest.Builder,DescribeStandardsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of standards to return.
|
DescribeStandardsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
DescribeStandardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStandardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStandardsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the DescribeStandards
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 DescribeStandards
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.
DescribeStandardsRequest.Builder maxResults(Integer maxResults)
The maximum number of standards to return.
maxResults - The maximum number of standards to return.DescribeStandardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.