Class SubnetGroupState.Builder

  • Enclosing class:
    SubnetGroupState

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

      • Builder

        public Builder()
    • Method Detail

      • arn

        public SubnetGroupState.Builder arn​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN of the subnet group.
        Returns:
        builder
      • arn

        public SubnetGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The ARN of the subnet group.
        Returns:
        builder
      • description

        public SubnetGroupState.Builder description​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description for the subnet group.
        Returns:
        builder
      • description

        public SubnetGroupState.Builder description​(java.lang.String description)
        Parameters:
        description - Description for the subnet group.
        Returns:
        builder
      • name

        public SubnetGroupState.Builder name​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.
        Returns:
        builder
      • name

        public SubnetGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with `name_prefix`.
        Returns:
        builder
      • namePrefix

        public SubnetGroupState.Builder namePrefix​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • namePrefix

        public SubnetGroupState.Builder namePrefix​(java.lang.String namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`.
        Returns:
        builder
      • subnetIds

        public SubnetGroupState.Builder subnetIds​(@Nullable
                                                  com.pulumi.core.Output<java.util.List<java.lang.String>> subnetIds)
        Parameters:
        subnetIds - Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided. The following arguments are optional:
        Returns:
        builder
      • subnetIds

        public SubnetGroupState.Builder subnetIds​(java.util.List<java.lang.String> subnetIds)
        Parameters:
        subnetIds - Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided. The following arguments are optional:
        Returns:
        builder
      • subnetIds

        public SubnetGroupState.Builder subnetIds​(java.lang.String... subnetIds)
        Parameters:
        subnetIds - Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided. The following arguments are optional:
        Returns:
        builder
      • tags

        public SubnetGroupState.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. 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 SubnetGroupState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. 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 SubnetGroupState.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 SubnetGroupState.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
      • vpcId

        public SubnetGroupState.Builder vpcId​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> vpcId)
        Parameters:
        vpcId - The VPC in which the subnet group exists.
        Returns:
        builder
      • vpcId

        public SubnetGroupState.Builder vpcId​(java.lang.String vpcId)
        Parameters:
        vpcId - The VPC in which the subnet group exists.
        Returns:
        builder