Class VaultArgs.Builder

  • Enclosing class:
    VaultArgs

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

      • Builder

        public Builder()
      • Builder

        public Builder​(VaultArgs defaults)
    • Method Detail

      • accessPolicy

        public VaultArgs.Builder accessPolicy​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> accessPolicy)
        Parameters:
        accessPolicy - The policy document. This is a JSON formatted string. The heredoc syntax or `file` function is helpful here. Use the [Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html) for more information on Glacier Vault Policy
        Returns:
        builder
      • accessPolicy

        public VaultArgs.Builder accessPolicy​(java.lang.String accessPolicy)
        Parameters:
        accessPolicy - The policy document. This is a JSON formatted string. The heredoc syntax or `file` function is helpful here. Use the [Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html) for more information on Glacier Vault Policy
        Returns:
        builder
      • name

        public VaultArgs.Builder name​(@Nullable
                                      com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the Vault. Names can be between 1 and 255 characters long and the valid characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).
        Returns:
        builder
      • name

        public VaultArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the Vault. Names can be between 1 and 255 characters long and the valid characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).
        Returns:
        builder
      • notification

        public VaultArgs.Builder notification​(@Nullable
                                              com.pulumi.core.Output<VaultNotificationArgs> notification)
        Parameters:
        notification - The notifications for the Vault. Fields documented below.
        Returns:
        builder
      • notification

        public VaultArgs.Builder notification​(VaultNotificationArgs notification)
        Parameters:
        notification - The notifications for the Vault. Fields documented below.
        Returns:
        builder
      • tags

        public VaultArgs.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 VaultArgs.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