Class ThreatIntelSetArgs.Builder

  • Enclosing class:
    ThreatIntelSetArgs

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

      • activate

        public ThreatIntelSetArgs.Builder activate​(com.pulumi.core.Output<java.lang.Boolean> activate)
        Parameters:
        activate - Specifies whether GuardDuty is to start using the uploaded ThreatIntelSet.
        Returns:
        builder
      • activate

        public ThreatIntelSetArgs.Builder activate​(java.lang.Boolean activate)
        Parameters:
        activate - Specifies whether GuardDuty is to start using the uploaded ThreatIntelSet.
        Returns:
        builder
      • detectorId

        public ThreatIntelSetArgs.Builder detectorId​(com.pulumi.core.Output<java.lang.String> detectorId)
        Parameters:
        detectorId - The detector ID of the GuardDuty.
        Returns:
        builder
      • detectorId

        public ThreatIntelSetArgs.Builder detectorId​(java.lang.String detectorId)
        Parameters:
        detectorId - The detector ID of the GuardDuty.
        Returns:
        builder
      • format

        public ThreatIntelSetArgs.Builder format​(com.pulumi.core.Output<java.lang.String> format)
        Parameters:
        format - The format of the file that contains the ThreatIntelSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE`
        Returns:
        builder
      • format

        public ThreatIntelSetArgs.Builder format​(java.lang.String format)
        Parameters:
        format - The format of the file that contains the ThreatIntelSet. Valid values: `TXT` | `STIX` | `OTX_CSV` | `ALIEN_VAULT` | `PROOF_POINT` | `FIRE_EYE`
        Returns:
        builder
      • location

        public ThreatIntelSetArgs.Builder location​(com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - The URI of the file that contains the ThreatIntelSet.
        Returns:
        builder
      • location

        public ThreatIntelSetArgs.Builder location​(java.lang.String location)
        Parameters:
        location - The URI of the file that contains the ThreatIntelSet.
        Returns:
        builder
      • name

        public ThreatIntelSetArgs.Builder name​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The friendly name to identify the ThreatIntelSet.
        Returns:
        builder
      • name

        public ThreatIntelSetArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The friendly name to identify the ThreatIntelSet.
        Returns:
        builder
      • tags

        public ThreatIntelSetArgs.Builder tags​(@Nullable
                                               com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public ThreatIntelSetArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder