Interface CreateFindingAggregatorResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateFindingAggregatorResponse.Builder,CreateFindingAggregatorResponse>,SdkBuilder<CreateFindingAggregatorResponse.Builder,CreateFindingAggregatorResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- CreateFindingAggregatorResponse
public static interface CreateFindingAggregatorResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<CreateFindingAggregatorResponse.Builder,CreateFindingAggregatorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFindingAggregatorResponse.BuilderfindingAggregationRegion(String findingAggregationRegion)The aggregation Region.CreateFindingAggregatorResponse.BuilderfindingAggregatorArn(String findingAggregatorArn)The ARN of the finding aggregator.CreateFindingAggregatorResponse.BuilderregionLinkingMode(String regionLinkingMode)Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.CreateFindingAggregatorResponse.Builderregions(String... regions)The list of excluded Regions or included Regions.CreateFindingAggregatorResponse.Builderregions(Collection<String> regions)The list of excluded Regions or included Regions.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
findingAggregatorArn
CreateFindingAggregatorResponse.Builder findingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop finding aggregation.
- Parameters:
findingAggregatorArn- The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and stop finding aggregation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingAggregationRegion
CreateFindingAggregatorResponse.Builder findingAggregationRegion(String findingAggregationRegion)
The aggregation Region.
- Parameters:
findingAggregationRegion- The aggregation Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionLinkingMode
CreateFindingAggregatorResponse.Builder regionLinkingMode(String regionLinkingMode)
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
- Parameters:
regionLinkingMode- Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
CreateFindingAggregatorResponse.Builder regions(Collection<String> regions)
The list of excluded Regions or included Regions.
- Parameters:
regions- The list of excluded Regions or included Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
CreateFindingAggregatorResponse.Builder regions(String... regions)
The list of excluded Regions or included Regions.
- Parameters:
regions- The list of excluded Regions or included Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-