static EndpointDiscoveryRequest.Builder |
EndpointDiscoveryRequest.builder() |
|
EndpointDiscoveryRequest.Builder |
EndpointDiscoveryRequest.Builder.cacheKey(String cacheKey) |
The cache key to use for a given cache entry.
|
EndpointDiscoveryRequest.Builder |
EndpointDiscoveryRequest.Builder.defaultEndpoint(URI defaultEndpoint) |
The default endpoint for a request.
|
EndpointDiscoveryRequest.Builder |
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 |
EndpointDiscoveryRequest.Builder.operationName(String operationName) |
The name of the operation being used in the customer's request.
|
EndpointDiscoveryRequest.Builder |
EndpointDiscoveryRequest.Builder.overrideConfiguration(RequestOverrideConfiguration overrideConfiguration) |
The request override configuration to be used with the endpoint discovery request.
|
EndpointDiscoveryRequest.Builder |
EndpointDiscoveryRequest.Builder.required(boolean required) |
Whether or not endpoint discovery is required for this request.
|
EndpointDiscoveryRequest.Builder |
EndpointDiscoveryRequest.toBuilder() |
|