Interface CredentialsBuilder

  • All Known Implementing Classes:
    DefaultCredentialsBuilder
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CredentialsBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.common.base.Supplier<org.jclouds.domain.Credentials> build()
      Build the supplier of credentials.
    • Method Detail

      • build

        com.google.common.base.Supplier<org.jclouds.domain.Credentials> build()
        Build the supplier of credentials.