Class GetSecGroupArgs.Builder

  • Enclosing class:
    GetSecGroupArgs

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

      • Builder

        public Builder()
    • Method Detail

      • description

        public GetSecGroupArgs.Builder description​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Human-readable description the the subnet.
        Returns:
        builder
      • description

        public GetSecGroupArgs.Builder description​(java.lang.String description)
        Parameters:
        description - Human-readable description the the subnet.
        Returns:
        builder
      • name

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

        public GetSecGroupArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the security group.
        Returns:
        builder
      • region

        public GetSecGroupArgs.Builder region​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve security groups ids. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • region

        public GetSecGroupArgs.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve security groups ids. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • secgroupId

        public GetSecGroupArgs.Builder secgroupId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> secgroupId)
        Parameters:
        secgroupId - The ID of the security group.
        Returns:
        builder
      • secgroupId

        public GetSecGroupArgs.Builder secgroupId​(java.lang.String secgroupId)
        Parameters:
        secgroupId - The ID of the security group.
        Returns:
        builder
      • tags

        public GetSecGroupArgs.Builder tags​(@Nullable
                                            com.pulumi.core.Output<java.util.List<java.lang.String>> tags)
        Parameters:
        tags - The list of security group tags to filter.
        Returns:
        builder
      • tags

        public GetSecGroupArgs.Builder tags​(java.util.List<java.lang.String> tags)
        Parameters:
        tags - The list of security group tags to filter.
        Returns:
        builder
      • tags

        public GetSecGroupArgs.Builder tags​(java.lang.String... tags)
        Parameters:
        tags - The list of security group tags to filter.
        Returns:
        builder
      • tenantId

        public GetSecGroupArgs.Builder tenantId​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> tenantId)
        Parameters:
        tenantId - The owner of the security group.
        Returns:
        builder
      • tenantId

        public GetSecGroupArgs.Builder tenantId​(java.lang.String tenantId)
        Parameters:
        tenantId - The owner of the security group.
        Returns:
        builder