All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.jsii.Builder Maven / Gradle / Ivy

package software.amazon.jsii;

/**
 * A superinterface common to instance builders.
 */
@FunctionalInterface
public interface Builder {
  /**
   * Builds the instance given the current builder configuration.
   *
   * @return the built instance.
   */
  T build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy