Interface EndpointBuilder

All Known Implementing Classes:
CustomEndpoint, RegionEndpoint
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 EndpointBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends com.amazonaws.client.builder.AwsClientBuilder<?, ?>>
    T
    rebuild(T builder)
     
  • Method Details

    • rebuild

      <T extends com.amazonaws.client.builder.AwsClientBuilder<?, ?>> T rebuild(T builder)