Class IAMCredentialsSecretPrototype.Builder

    • Constructor Detail

      • Builder

        public Builder​(SecretPrototype iamCredentialsSecretPrototype)
        Instantiates a new Builder from an existing IAMCredentialsSecretPrototype instance.
        Parameters:
        iamCredentialsSecretPrototype - the instance to initialize the Builder with
      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String secretType,
                       String name,
                       String ttl,
                       Boolean reuseApiKey)
        Instantiates a new builder with required properties.
        Parameters:
        secretType - the secretType
        name - the name
        ttl - the ttl
        reuseApiKey - the reuseApiKey