public static interface DescribeStandardsControlsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DescribeStandardsControlsRequest.Builder,DescribeStandardsControlsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStandardsControlsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of security standard controls to return.
|
DescribeStandardsControlsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
DescribeStandardsControlsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStandardsControlsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStandardsControlsRequest.Builder |
standardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStandardsControlsRequest.Builder standardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs
of the standards you have enabled, use the GetEnabledStandards operation.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard. To get the
subscription ARNs of the standards you have enabled, use the GetEnabledStandards
operation.DescribeStandardsControlsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the DescribeStandardsControls
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
DescribeStandardsControls 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.
DescribeStandardsControlsRequest.Builder maxResults(Integer maxResults)
The maximum number of security standard controls to return.
maxResults - The maximum number of security standard controls to return.DescribeStandardsControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStandardsControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.