CopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
, SdkBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
public static interface DescribeFindingsRequest.Builder extends CopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeFindingsRequest.Builder |
findingArns(String... findingArns) |
The ARN that specifies the finding that you want to describe.
|
DescribeFindingsRequest.Builder |
findingArns(Collection<String> 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.
|
copy
apply, build
DescribeFindingsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFindingArns(java.util.Collection)
or #withFindingArns(java.util.Collection)
if you want
to override the existing values.
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.
locale
- The locale into which you want to translate a finding description, recommendation, and the short
description that identifies the finding.Locale
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.
locale
- The locale into which you want to translate a finding description, recommendation, and the short
description that identifies the finding.Locale
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.