Interface EurekaDataCenterTypeAccessor.EurekaDataCenterTypeBuilder<B extends EurekaDataCenterTypeAccessor.EurekaDataCenterTypeBuilder<?>>

Type Parameters:
B - The builder which implements the EurekaDataCenterTypeAccessor.EurekaDataCenterTypeBuilder.
All Known Subinterfaces:
EurekaRegistry<B>, EurekaRestServer
All Known Implementing Classes:
EurekaRegistrySidecar, EurekaRestServerDecorator, EurekaRestServerImpl
Enclosing interface:
EurekaDataCenterTypeAccessor

public static interface EurekaDataCenterTypeAccessor.EurekaDataCenterTypeBuilder<B extends EurekaDataCenterTypeAccessor.EurekaDataCenterTypeBuilder<?>>
Provides a mutator for an Eureka data center type property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the Eureka data center type to use and returns this builder as of the builder pattern.
  • Method Details

    • withEurekaDataCenterType

      B withEurekaDataCenterType(EurekaDataCenterType aDataCenterType)
      Sets the Eureka data center type to use and returns this builder as of the builder pattern.
      Parameters:
      aDataCenterType - The Eureka data center type to be stored by the Eureka data center type property.
      Returns:
      This EurekaDataCenterTypeAccessor.EurekaDataCenterTypeBuilder instance to continue configuration.