Class SubnetGroupState.Builder

  • Enclosing class:
    SubnetGroupState

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

      • Builder

        public Builder()
    • Method Detail

      • description

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

        public SubnetGroupState.Builder description​(java.lang.String description)
        Parameters:
        description - Description for the cache subnet group. Defaults to "Managed by Pulumi".
        Returns:
        builder
      • name

        public SubnetGroupState.Builder name​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name for the cache subnet group. ElastiCache converts this name to lowercase.
        Returns:
        builder
      • name

        public SubnetGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - Name for the cache subnet group. ElastiCache converts this name to lowercase.
        Returns:
        builder
      • subnetIds

        public SubnetGroupState.Builder subnetIds​(@Nullable
                                                  com.pulumi.core.Output<java.util.List<java.lang.String>> subnetIds)
        Parameters:
        subnetIds - List of VPC Subnet IDs for the cache subnet group
        Returns:
        builder
      • subnetIds

        public SubnetGroupState.Builder subnetIds​(java.util.List<java.lang.String> subnetIds)
        Parameters:
        subnetIds - List of VPC Subnet IDs for the cache subnet group
        Returns:
        builder
      • subnetIds

        public SubnetGroupState.Builder subnetIds​(java.lang.String... subnetIds)
        Parameters:
        subnetIds - List of VPC Subnet IDs for the cache subnet group
        Returns:
        builder
      • tags

        public SubnetGroupState.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 SubnetGroupState.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
      • 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 Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
        Returns:
        builder
      • vpcId

        public SubnetGroupState.Builder vpcId​(java.lang.String vpcId)
        Parameters:
        vpcId - The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
        Returns:
        builder