public static interface GetEnabledStandardsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<GetEnabledStandardsRequest.Builder,GetEnabledStandardsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetEnabledStandardsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetEnabledStandardsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
GetEnabledStandardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEnabledStandardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEnabledStandardsRequest.Builder |
standardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
GetEnabledStandardsRequest.Builder |
standardsSubscriptionArns(String... standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnabledStandardsRequest.Builder standardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
standardsSubscriptionArns - The list of the standards subscription ARNs for the standards to retrieve.GetEnabledStandardsRequest.Builder standardsSubscriptionArns(String... standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
standardsSubscriptionArns - The list of the standards subscription ARNs for the standards to retrieve.GetEnabledStandardsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the GetEnabledStandards
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 GetEnabledStandards
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.
GetEnabledStandardsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.GetEnabledStandardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetEnabledStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.