Class FindingAggregatorArgs.Builder

  • Enclosing class:
    FindingAggregatorArgs

    public static final class FindingAggregatorArgs.Builder
    extends java.lang.Object
    • Method Detail

      • linkingMode

        public FindingAggregatorArgs.Builder linkingMode​(com.pulumi.core.Output<java.lang.String> linkingMode)
        Parameters:
        linkingMode - Indicates whether to aggregate findings from all of the available Regions or from a specified list. The options are `ALL_REGIONS`, `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`. When `ALL_REGIONS` or `ALL_REGIONS_EXCEPT_SPECIFIED` are used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
        Returns:
        builder
      • linkingMode

        public FindingAggregatorArgs.Builder linkingMode​(java.lang.String linkingMode)
        Parameters:
        linkingMode - Indicates whether to aggregate findings from all of the available Regions or from a specified list. The options are `ALL_REGIONS`, `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`. When `ALL_REGIONS` or `ALL_REGIONS_EXCEPT_SPECIFIED` are used, Security Hub will automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
        Returns:
        builder
      • specifiedRegions

        public FindingAggregatorArgs.Builder specifiedRegions​(@Nullable
                                                              com.pulumi.core.Output<java.util.List<java.lang.String>> specifiedRegions)
        Parameters:
        specifiedRegions - List of regions to include or exclude (required if `linking_mode` is set to `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`)
        Returns:
        builder
      • specifiedRegions

        public FindingAggregatorArgs.Builder specifiedRegions​(java.util.List<java.lang.String> specifiedRegions)
        Parameters:
        specifiedRegions - List of regions to include or exclude (required if `linking_mode` is set to `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`)
        Returns:
        builder
      • specifiedRegions

        public FindingAggregatorArgs.Builder specifiedRegions​(java.lang.String... specifiedRegions)
        Parameters:
        specifiedRegions - List of regions to include or exclude (required if `linking_mode` is set to `ALL_REGIONS_EXCEPT_SPECIFIED` or `SPECIFIED_REGIONS`)
        Returns:
        builder