Class IPSetArgs.Builder

  • Enclosing class:
    IPSetArgs

    public static final class IPSetArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
      • Builder

        public Builder​(IPSetArgs defaults)
    • Method Detail

      • activate

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

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

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

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

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

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

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

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

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

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

        public IPSetArgs.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 IPSetArgs.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