public static interface ContactDataRequest.Builder extends SdkPojo, CopyableBuilder<ContactDataRequest.Builder,ContactDataRequest>
| Modifier and Type | Method and Description |
|---|---|
ContactDataRequest.Builder |
attributes(Map<String,String> attributes)
List of attributes to be stored in a contact.
|
ContactDataRequest.Builder |
campaign(Campaign campaign)
Structure to store information associated with a campaign.
|
default ContactDataRequest.Builder |
campaign(Consumer<Campaign.Builder> campaign)
Structure to store information associated with a campaign.
|
default ContactDataRequest.Builder |
customerEndpoint(Consumer<Endpoint.Builder> customerEndpoint)
Endpoint of the customer for which contact will be initiated.
|
ContactDataRequest.Builder |
customerEndpoint(Endpoint customerEndpoint)
Endpoint of the customer for which contact will be initiated.
|
ContactDataRequest.Builder |
queueId(String queueId)
The identifier of the queue associated with the Amazon Connect instance in which contacts that are created
will be queued.
|
ContactDataRequest.Builder |
requestIdentifier(String requestIdentifier)
Identifier to uniquely identify individual requests in the batch.
|
default ContactDataRequest.Builder |
systemEndpoint(Consumer<Endpoint.Builder> systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the
campaign.
|
ContactDataRequest.Builder |
systemEndpoint(Endpoint systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the
campaign.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactDataRequest.Builder systemEndpoint(Endpoint systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.
systemEndpoint - Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for
the campaign.default ContactDataRequest.Builder systemEndpoint(Consumer<Endpoint.Builder> systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.
This is a convenience method that creates an instance of theEndpoint.Builder avoiding the need to
create one manually via Endpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to systemEndpoint(Endpoint).
systemEndpoint - a consumer that will call methods on Endpoint.BuildersystemEndpoint(Endpoint)ContactDataRequest.Builder customerEndpoint(Endpoint customerEndpoint)
Endpoint of the customer for which contact will be initiated.
customerEndpoint - Endpoint of the customer for which contact will be initiated.default ContactDataRequest.Builder customerEndpoint(Consumer<Endpoint.Builder> customerEndpoint)
Endpoint of the customer for which contact will be initiated.
This is a convenience method that creates an instance of theEndpoint.Builder avoiding the need to
create one manually via Endpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to customerEndpoint(Endpoint).
customerEndpoint - a consumer that will call methods on Endpoint.BuildercustomerEndpoint(Endpoint)ContactDataRequest.Builder requestIdentifier(String requestIdentifier)
Identifier to uniquely identify individual requests in the batch.
requestIdentifier - Identifier to uniquely identify individual requests in the batch.ContactDataRequest.Builder queueId(String queueId)
The identifier of the queue associated with the Amazon Connect instance in which contacts that are created will be queued.
queueId - The identifier of the queue associated with the Amazon Connect instance in which contacts that are
created will be queued.ContactDataRequest.Builder attributes(Map<String,String> attributes)
List of attributes to be stored in a contact.
attributes - List of attributes to be stored in a contact.ContactDataRequest.Builder campaign(Campaign campaign)
Structure to store information associated with a campaign.
campaign - Structure to store information associated with a campaign.default ContactDataRequest.Builder campaign(Consumer<Campaign.Builder> campaign)
Structure to store information associated with a campaign.
This is a convenience method that creates an instance of theCampaign.Builder avoiding the need to
create one manually via Campaign.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to campaign(Campaign).
campaign - a consumer that will call methods on Campaign.Buildercampaign(Campaign)Copyright © 2023. All rights reserved.