public static interface GetEnabledStandardsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<GetEnabledStandardsRequest.Builder,GetEnabledStandardsRequest>
Modifier and Type | Method and Description |
---|---|
GetEnabledStandardsRequest.Builder |
maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
GetEnabledStandardsRequest.Builder |
nextToken(String nextToken)
Paginates results.
|
GetEnabledStandardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetEnabledStandardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetEnabledStandardsRequest.Builder |
standardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
GetEnabledStandardsRequest.Builder |
standardsSubscriptionArns(String... standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
|
build
overrideConfiguration
copy
applyMutation, build
GetEnabledStandardsRequest.Builder standardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
standardsSubscriptionArns
- The list of standards subscription ARNS that you want to list and describe.GetEnabledStandardsRequest.Builder standardsSubscriptionArns(String... standardsSubscriptionArns)
The list of standards subscription ARNS that you want to list and describe.
standardsSubscriptionArns
- The list of standards subscription ARNS that you want to list and describe.GetEnabledStandardsRequest.Builder nextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the GetEnabledStandards operation. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken
- Paginates results. Set the value of this parameter to NULL on your first call to the
GetEnabledStandards operation. For subsequent calls to the operation, fill nextToken in the request
with the value of nextToken from the previous response to continue listing data.GetEnabledStandardsRequest.Builder maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults
- Indicates the maximum number of items that you want in the response.GetEnabledStandardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetEnabledStandardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.