public static interface ListSecurityControlDefinitionsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListSecurityControlDefinitionsRequest.Builder,ListSecurityControlDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityControlDefinitionsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number.
|
ListSecurityControlDefinitionsRequest.Builder |
nextToken(String nextToken)
Optional pagination parameter.
|
ListSecurityControlDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSecurityControlDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSecurityControlDefinitionsRequest.Builder |
standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityControlDefinitionsRequest.Builder standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
standardsArn - The Amazon Resource Name (ARN) of the standard that you want to view controls for.ListSecurityControlDefinitionsRequest.Builder nextToken(String nextToken)
Optional pagination parameter.
nextToken - Optional pagination parameter.ListSecurityControlDefinitionsRequest.Builder maxResults(Integer maxResults)
An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to the
specified standard. The results also include a NextToken parameter that you can use in a
subsequent API call to get the next 25 controls. This repeats until all controls for the standard are
returned.
maxResults - An optional parameter that limits the total results of the API response to the specified number. If
this parameter isn't provided in the request, the results include the first 25 security controls that
apply to the specified standard. The results also include a NextToken parameter that you
can use in a subsequent API call to get the next 25 controls. This repeats until all controls for the
standard are returned.ListSecurityControlDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSecurityControlDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.