Class SecretSetParameters


  • public class SecretSetParameters
    extends Object
    The secret set parameters.
    • Constructor Detail

      • SecretSetParameters

        public SecretSetParameters()
    • Method Detail

      • value

        public String value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public SecretSetParameters withValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the SecretSetParameters object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags value.
        Returns:
        the tags value
      • withTags

        public SecretSetParameters withTags​(Map<String,​String> tags)
        Set the tags value.
        Parameters:
        tags - the tags value to set
        Returns:
        the SecretSetParameters object itself.
      • contentType

        public String contentType()
        Get the contentType value.
        Returns:
        the contentType value
      • withContentType

        public SecretSetParameters withContentType​(String contentType)
        Set the contentType value.
        Parameters:
        contentType - the contentType value to set
        Returns:
        the SecretSetParameters object itself.
      • secretAttributes

        public SecretAttributes secretAttributes()
        Get the secretAttributes value.
        Returns:
        the secretAttributes value
      • withSecretAttributes

        public SecretSetParameters withSecretAttributes​(SecretAttributes secretAttributes)
        Set the secretAttributes value.
        Parameters:
        secretAttributes - the secretAttributes value to set
        Returns:
        the SecretSetParameters object itself.