Class PrivateDnsNamespaceState.Builder

  • Enclosing class:
    PrivateDnsNamespaceState

    public static final class PrivateDnsNamespaceState.Builder
    extends java.lang.Object
    • Method Detail

      • arn

        public PrivateDnsNamespaceState.Builder arn​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN that Amazon Route 53 assigns to the namespace when you create it.
        Returns:
        builder
      • arn

        public PrivateDnsNamespaceState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The ARN that Amazon Route 53 assigns to the namespace when you create it.
        Returns:
        builder
      • description

        public PrivateDnsNamespaceState.Builder description​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - The description that you specify for the namespace when you create it.
        Returns:
        builder
      • description

        public PrivateDnsNamespaceState.Builder description​(java.lang.String description)
        Parameters:
        description - The description that you specify for the namespace when you create it.
        Returns:
        builder
      • hostedZone

        public PrivateDnsNamespaceState.Builder hostedZone​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> hostedZone)
        Parameters:
        hostedZone - The ID for the hosted zone that Amazon Route 53 creates when you create a namespace.
        Returns:
        builder
      • hostedZone

        public PrivateDnsNamespaceState.Builder hostedZone​(java.lang.String hostedZone)
        Parameters:
        hostedZone - The ID for the hosted zone that Amazon Route 53 creates when you create a namespace.
        Returns:
        builder
      • name

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

        public PrivateDnsNamespaceState.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 namespace. 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 PrivateDnsNamespaceState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the namespace. 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 PrivateDnsNamespaceState.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 PrivateDnsNamespaceState.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
      • vpc

        public PrivateDnsNamespaceState.Builder vpc​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> vpc)
        Parameters:
        vpc - The ID of VPC that you want to associate the namespace with.
        Returns:
        builder
      • vpc

        public PrivateDnsNamespaceState.Builder vpc​(java.lang.String vpc)
        Parameters:
        vpc - The ID of VPC that you want to associate the namespace with.
        Returns:
        builder