Interface DescribeFindingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>,InspectorRequest.Builder,SdkBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFindingsRequest
public static interface DescribeFindingsRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<DescribeFindingsRequest.Builder,DescribeFindingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFindingsRequest.BuilderfindingArns(String... findingArns)The ARN that specifies the finding that you want to describe.DescribeFindingsRequest.BuilderfindingArns(Collection<String> findingArns)The ARN that specifies the finding that you want to describe.DescribeFindingsRequest.Builderlocale(String locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeFindingsRequest.Builderlocale(Locale locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeFindingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFindingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.inspector.model.InspectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
findingArns
DescribeFindingsRequest.Builder findingArns(Collection<String> findingArns)
The ARN that specifies the finding that you want to describe.
- Parameters:
findingArns- The ARN that specifies the finding that you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingArns
DescribeFindingsRequest.Builder findingArns(String... findingArns)
The ARN that specifies the finding that you want to describe.
- Parameters:
findingArns- The ARN that specifies the finding that you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
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
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.
-
overrideConfiguration
DescribeFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-