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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.