| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.builder() |
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.configurationSetName(String configurationSetName)
The name of the configuration set.
|
default GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.deliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.
|
default GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you
send that use the configuration set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.reputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you
send that use the configuration set.
|
default GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration
set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.sendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration
set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.toBuilder() |
default GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration
set.
|
GetConfigurationSetResponse.Builder |
GetConfigurationSetResponse.Builder.trackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration
set.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConfigurationSetResponse.Builder> |
GetConfigurationSetResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.