Class SecretDetails.Builder

  • Enclosing class:
    SecretDetails

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

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public SecretDetails build()
        Builds a SecretDetails.
        Returns:
        the new SecretDetails instance
      • key

        public SecretDetails.Builder key​(java.lang.String key)
        Set the key.
        Parameters:
        key - the key
        Returns:
        the SecretDetails builder
      • secretName

        public SecretDetails.Builder secretName​(java.lang.String secretName)
        Set the secretName.
        Parameters:
        secretName - the secretName
        Returns:
        the SecretDetails builder
      • secretUrn

        public SecretDetails.Builder secretUrn​(java.lang.String secretUrn)
        Set the secretUrn.
        Parameters:
        secretUrn - the secretUrn
        Returns:
        the SecretDetails builder