Uses of Interface
software.amazon.awssdk.services.connect.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. address(String address)Address of the endpoint.static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint. toBuilder()Endpoint.BuilderEndpoint.Builder. type(String type)Type of the endpoint.Endpoint.BuilderEndpoint.Builder. type(EndpointType type)Type of the endpoint.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>Endpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Endpoint.Builder Modifier and Type Method Description default ContactDataRequest.BuilderContactDataRequest.Builder. customerEndpoint(Consumer<Endpoint.Builder> customerEndpoint)Endpoint of the customer for which contact will be initiated.default ContactDataRequest.BuilderContactDataRequest.Builder. systemEndpoint(Consumer<Endpoint.Builder> systemEndpoint)Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.
-