public static interface ListExclusionsRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<ListExclusionsRequest.Builder,ListExclusionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExclusionsRequest.Builder |
assessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that generated the exclusions that you want to list.
|
ListExclusionsRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListExclusionsRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListExclusionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExclusionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExclusionsRequest.Builder assessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that generated the exclusions that you want to list.
assessmentRunArn - The ARN of the assessment run that generated the exclusions that you want to list.ListExclusionsRequest.Builder nextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the
request with the value of nextToken from the previous response to continue listing data.ListExclusionsRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 100. The maximum value is 500.
maxResults - You can use this parameter to indicate the maximum number of items you want in the response. The
default value is 100. The maximum value is 500.ListExclusionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExclusionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.