Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.EndpointIdentifier.Builder
-
Packages that use EndpointIdentifier.Builder Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of EndpointIdentifier.Builder in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return EndpointIdentifier.Builder Modifier and Type Method Description static EndpointIdentifier.BuilderEndpointIdentifier. builder()EndpointIdentifier.BuilderEndpointIdentifier.Builder. clientIPPreservationEnabled(Boolean clientIPPreservationEnabled)Indicates whether client IP address preservation is enabled for an endpoint.EndpointIdentifier.BuilderEndpointIdentifier.Builder. endpointId(String endpointId)An ID for the endpoint.EndpointIdentifier.BuilderEndpointIdentifier. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type EndpointIdentifier.Builder Modifier and Type Method Description static Class<? extends EndpointIdentifier.Builder>EndpointIdentifier. serializableBuilderClass()
-