Uses of Interface
software.amazon.awssdk.services.connect.model.EndpointInfo.Builder
-
Packages that use EndpointInfo.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EndpointInfo.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EndpointInfo.Builder Modifier and Type Method Description EndpointInfo.BuilderEndpointInfo.Builder. address(String address)Address of the endpoint.static EndpointInfo.BuilderEndpointInfo. builder()EndpointInfo.BuilderEndpointInfo.Builder. displayName(String displayName)Display name of the endpoint.EndpointInfo.BuilderEndpointInfo. toBuilder()EndpointInfo.BuilderEndpointInfo.Builder. type(String type)Type of endpoint.EndpointInfo.BuilderEndpointInfo.Builder. type(EndpointType type)Type of endpoint.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EndpointInfo.Builder Modifier and Type Method Description static Class<? extends EndpointInfo.Builder>EndpointInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EndpointInfo.Builder Modifier and Type Method Description default Contact.BuilderContact.Builder. customerEndpoint(Consumer<EndpointInfo.Builder> customerEndpoint)The customer or external third party participant endpoint.default Contact.BuilderContact.Builder. systemEndpoint(Consumer<EndpointInfo.Builder> systemEndpoint)The system endpoint.
-