Interface SecretCreateBuilder

    • Method Detail

      • expiration

        SecretCreateBuilder expiration​(Date expiration)
        Parameters:
        expiration - UTC Timestamp. If set, the secret will not be available after this time.
      • algorithm

        SecretCreateBuilder algorithm​(String algorithm)
        Parameters:
        algorithm - Metadata provided by a user or system for informational purposes.
      • bitLength

        SecretCreateBuilder bitLength​(Integer bitLength)
        Parameters:
        bitLength - Metadata provided by a user or system for informational purposes. Value must be greater than zero.
      • mode

        SecretCreateBuilder mode​(String mode)
        Parameters:
        mode - Metadata provided by a user or system for informational purposes.
      • payloadContentType

        SecretCreateBuilder payloadContentType​(String payloadContentType)
        Parameters:
        payloadContentType - The media type for the content of the payload (required if payload is included).
      • payloadContentEncoding

        SecretCreateBuilder payloadContentEncoding​(String payloadContentEncoding)
        Parameters:
        payloadContentEncoding - The encoding used for the payload to be able to include it in the JSON request (required if payload is encoded).
      • secretType

        SecretCreateBuilder secretType​(String secretType)
        Parameters:
        secretType - Used to indicate the type of secret being stored.