Uses of Interface
software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
Packages that use EndpointDiscoveryRequest.Builder
-
Uses of EndpointDiscoveryRequest.Builder in software.amazon.awssdk.core.endpointdiscovery
Methods in software.amazon.awssdk.core.endpointdiscovery that return EndpointDiscoveryRequest.BuilderModifier and TypeMethodDescriptionEndpointDiscoveryRequest.builder()The cache key to use for a given cache entry.EndpointDiscoveryRequest.Builder.defaultEndpoint(URI defaultEndpoint) The default endpoint for a request.EndpointDiscoveryRequest.Builder.identifiers(Map<String, String> identifiers) Specifies a map containing a set identifiers mapped to the name of the field in the request.EndpointDiscoveryRequest.Builder.operationName(String operationName) The name of the operation being used in the customer's request.EndpointDiscoveryRequest.Builder.overrideConfiguration(RequestOverrideConfiguration overrideConfiguration) The request override configuration to be used with the endpoint discovery request.EndpointDiscoveryRequest.Builder.required(boolean required) Whether or not endpoint discovery is required for this request.EndpointDiscoveryRequest.toBuilder()