Class IpGroupState.Builder

  • Enclosing class:
    IpGroupState

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

      • Builder

        public Builder()
    • Method Detail

      • description

        public IpGroupState.Builder description​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - The description of the IP group.
        Returns:
        builder
      • description

        public IpGroupState.Builder description​(java.lang.String description)
        Parameters:
        description - The description of the IP group.
        Returns:
        builder
      • name

        public IpGroupState.Builder name​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the IP group.
        Returns:
        builder
      • name

        public IpGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the IP group.
        Returns:
        builder
      • rules

        public IpGroupState.Builder rules​(@Nullable
                                          com.pulumi.core.Output<java.util.List<IpGroupRuleArgs>> rules)
        Parameters:
        rules - One or more pairs specifying the IP group rule (in CIDR format) from which web requests originate.
        Returns:
        builder
      • rules

        public IpGroupState.Builder rules​(java.util.List<IpGroupRuleArgs> rules)
        Parameters:
        rules - One or more pairs specifying the IP group rule (in CIDR format) from which web requests originate.
        Returns:
        builder
      • rules

        public IpGroupState.Builder rules​(IpGroupRuleArgs... rules)
        Parameters:
        rules - One or more pairs specifying the IP group rule (in CIDR format) from which web requests originate.
        Returns:
        builder
      • tags

        public IpGroupState.Builder tags​(@Nullable
                                         com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags assigned to the WorkSpaces directory. 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 IpGroupState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags assigned to the WorkSpaces directory. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public IpGroupState.Builder tagsAll​(@Nullable
                                            com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public IpGroupState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder