Class PutRoutingEmailDomainRouteIdentityresolutionRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutRoutingEmailDomainRouteIdentityresolutionRequest.Builder
- Enclosing class:
- PutRoutingEmailDomainRouteIdentityresolutionRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withDomainName(String domainName) withRequiredParams(String domainName, String routeId, RouteIdentityResolutionConfig body) withRouteId(String routeId)
-
Method Details
-
withDomainName
public PutRoutingEmailDomainRouteIdentityresolutionRequest.Builder withDomainName(String domainName) -
withRouteId
-
withBody
public PutRoutingEmailDomainRouteIdentityresolutionRequest.Builder withBody(RouteIdentityResolutionConfig body) -
withRequiredParams
public PutRoutingEmailDomainRouteIdentityresolutionRequest.Builder withRequiredParams(String domainName, String routeId, RouteIdentityResolutionConfig body) -
build
-