public static interface DescribeFindingsRequest.Builder extends InspectorRequest.Builder, CopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFindingsRequest.Builder |
findingArns(Collection<String> findingArns)
The ARN that specifies the finding that you want to describe.
|
DescribeFindingsRequest.Builder |
findingArns(String... findingArns)
The ARN that specifies the finding that you want to describe.
|
DescribeFindingsRequest.Builder |
locale(Locale locale)
The locale into which you want to translate a finding description, recommendation, and the short description
that identifies the finding.
|
DescribeFindingsRequest.Builder |
locale(String locale)
The locale into which you want to translate a finding description, recommendation, and the short description
that identifies the finding.
|
DescribeFindingsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeFindingsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeFindingsRequest.Builder findingArns(Collection<String> findingArns)
The ARN that specifies the finding that you want to describe.
findingArns - The ARN that specifies the finding that you want to describe.DescribeFindingsRequest.Builder findingArns(String... findingArns)
The ARN that specifies the finding that you want to describe.
findingArns - The ARN that specifies the finding that you want to describe.DescribeFindingsRequest.Builder locale(String locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
DescribeFindingsRequest.Builder locale(Locale locale)
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
DescribeFindingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeFindingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.