Interface GetFindingAggregatorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetFindingAggregatorRequest.Builder,GetFindingAggregatorRequest>,SdkBuilder<GetFindingAggregatorRequest.Builder,GetFindingAggregatorRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- GetFindingAggregatorRequest
public static interface GetFindingAggregatorRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<GetFindingAggregatorRequest.Builder,GetFindingAggregatorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFindingAggregatorRequest.BuilderfindingAggregatorArn(String findingAggregatorArn)The ARN of the finding aggregator to return details for.GetFindingAggregatorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFindingAggregatorRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
findingAggregatorArn
GetFindingAggregatorRequest.Builder findingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator to return details for. To obtain the ARN, use
ListFindingAggregators.- Parameters:
findingAggregatorArn- The ARN of the finding aggregator to return details for. To obtain the ARN, useListFindingAggregators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFindingAggregatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFindingAggregatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-