| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.address(String address)
Address of the endpoint.
|
static Endpoint.Builder |
Endpoint.builder() |
Endpoint.Builder |
Endpoint.toBuilder() |
Endpoint.Builder |
Endpoint.Builder.type(EndpointType type)
Type of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.type(String type)
Type of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Endpoint.Builder> |
Endpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContactDataRequest.Builder |
ContactDataRequest.Builder.customerEndpoint(Consumer<Endpoint.Builder> customerEndpoint)
Endpoint of the customer for which contact will be initiated.
|
default ContactDataRequest.Builder |
ContactDataRequest.Builder.systemEndpoint(Consumer<Endpoint.Builder> systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the
campaign.
|
Copyright © 2023. All rights reserved.