Class UpdateSecretDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • currentVersionNumber

        public UpdateSecretDetails.Builder currentVersionNumber​(Long currentVersionNumber)
        Details to update the secret version of the specified secret.

        The secret contents, version number, and rules can’t be specified at the same time. Updating the secret contents automatically creates a new secret version.

        Parameters:
        currentVersionNumber - the value to set
        Returns:
        this builder
      • definedTags

        public UpdateSecretDetails.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • description

        public UpdateSecretDetails.Builder description​(String description)
        A brief description of the secret.

        Avoid entering confidential information.

        Parameters:
        description - the value to set
        Returns:
        this builder
      • freeformTags

        public UpdateSecretDetails.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • metadata

        public UpdateSecretDetails.Builder metadata​(Map<String,​Object> metadata)
        Additional metadata that you can use to provide context about how to use the secret or during rotation or other administrative tasks.

        For example, for a secret that you use to connect to a database, the additional metadata might specify the connection endpoint and the connection string. Provide additional metadata as key-value pairs.

        Parameters:
        metadata - the value to set
        Returns:
        this builder
      • secretRules

        public UpdateSecretDetails.Builder secretRules​(List<SecretRule> secretRules)
        A list of rules to control how the secret is used and managed.
        Parameters:
        secretRules - the value to set
        Returns:
        this builder
      • enableAutoGeneration

        public UpdateSecretDetails.Builder enableAutoGeneration​(Boolean enableAutoGeneration)
        The value of this flag determines whether or not secret content will be generated automatically.
        Parameters:
        enableAutoGeneration - the value to set
        Returns:
        this builder