Uses of Interface
software.amazon.awssdk.services.qconnect.model.SystemEndpointAttributes.Builder
-
Packages that use SystemEndpointAttributes.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SystemEndpointAttributes.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return SystemEndpointAttributes.Builder Modifier and Type Method Description SystemEndpointAttributes.BuilderSystemEndpointAttributes.Builder. address(String address)The customer's phone number if used withcustomerEndpoint, or the number the customer dialed to call your contact center if used withsystemEndpoint.static SystemEndpointAttributes.BuilderSystemEndpointAttributes. builder()SystemEndpointAttributes.BuilderSystemEndpointAttributes. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SystemEndpointAttributes.Builder Modifier and Type Method Description static Class<? extends SystemEndpointAttributes.Builder>SystemEndpointAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type SystemEndpointAttributes.Builder Modifier and Type Method Description default SystemAttributes.BuilderSystemAttributes.Builder. customerEndpoint(Consumer<SystemEndpointAttributes.Builder> customerEndpoint)The CustomerEndpoint attribute.default SystemAttributes.BuilderSystemAttributes.Builder. systemEndpoint(Consumer<SystemEndpointAttributes.Builder> systemEndpoint)The SystemEndpoint attribute.
-