public static interface GetExclusionsPreviewRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<GetExclusionsPreviewRequest.Builder,GetExclusionsPreviewRequest>
| Modifier and Type | Method and Description |
|---|---|
GetExclusionsPreviewRequest.Builder |
assessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which the exclusions preview was requested.
|
GetExclusionsPreviewRequest.Builder |
locale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
GetExclusionsPreviewRequest.Builder |
locale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
GetExclusionsPreviewRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
GetExclusionsPreviewRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
GetExclusionsPreviewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetExclusionsPreviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetExclusionsPreviewRequest.Builder |
previewToken(String previewToken)
The unique identifier associated of the exclusions preview.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExclusionsPreviewRequest.Builder assessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which the exclusions preview was requested.
assessmentTemplateArn - The ARN that specifies the assessment template for which the exclusions preview was requested.GetExclusionsPreviewRequest.Builder previewToken(String previewToken)
The unique identifier associated of the exclusions preview.
previewToken - The unique identifier associated of the exclusions preview.GetExclusionsPreviewRequest.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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest action. Subsequent calls to the action fill nextToken in
the request with the value of nextToken from the previous response to continue listing data.GetExclusionsPreviewRequest.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.GetExclusionsPreviewRequest.Builder locale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
GetExclusionsPreviewRequest.Builder locale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
GetExclusionsPreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetExclusionsPreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.