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)
Add an optional request override configuration.
|
GetExclusionsPreviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetExclusionsPreviewRequest.Builder |
previewToken(String previewToken)
The unique identifier associated of the exclusions preview.
|
build
overrideConfiguration
copy
applyMutation, build
GetExclusionsPreviewRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetExclusionsPreviewRequest.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.