Interface BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
BearerAuthCredentialsAccessor

public static interface BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>>
Provides a builder method for a BearerAuthCredentials property returning the builder for applying multiple build operations.
  • Method Details

    • withBearerAuthCredentials

      B withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)
      Sets the BearerAuthCredentials for the bearer auth credentials property.
      Parameters:
      aBearerAuthCredentials - The BearerAuthCredentials to be stored by the BearerAuthCredentials property.
      Returns:
      The builder for applying multiple build operations.
    • withBearerAuthCredentials

      B withBearerAuthCredentials(String aBearerAuthCredentials)
      Sets the BearerAuthCredentials from the token for the bearer auth credentials property.
      Parameters:
      aBearerAuthCredentials - The password to be stored by the BearerAuthCredentials property.
      Returns:
      The builder for applying multiple build operations.