public static interface GetConfigurationSetResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>
Modifier and Type | Method and Description |
---|---|
GetConfigurationSetResponse.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set.
|
default 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 |
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 |
reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send
that use the configuration set.
|
GetConfigurationSetResponse.Builder |
reputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send
that use the configuration set.
|
default GetConfigurationSetResponse.Builder |
sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
GetConfigurationSetResponse.Builder |
sendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
default GetConfigurationSetResponse.Builder |
suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions)
An object that contains information about the suppression list preferences for your account.
|
GetConfigurationSetResponse.Builder |
suppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
|
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 |
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 |
tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
default 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 |
trackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration
set.
|
default GetConfigurationSetResponse.Builder |
vdmOptions(Consumer<VdmOptions.Builder> vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
|
GetConfigurationSetResponse.Builder |
vdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetConfigurationSetResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.GetConfigurationSetResponse.Builder trackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
trackingOptions
- An object that defines the open and click tracking options for emails that you send using the
configuration set.default 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.
This is a convenience method that creates an instance of theTrackingOptions.Builder
avoiding the
need to create one manually via TrackingOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to trackingOptions(TrackingOptions)
.
trackingOptions
- a consumer that will call methods on TrackingOptions.Builder
trackingOptions(TrackingOptions)
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.
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 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.
This is a convenience method that creates an instance of theDeliveryOptions.Builder
avoiding the
need to create one manually via DeliveryOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to deliveryOptions(DeliveryOptions)
.
deliveryOptions
- a consumer that will call methods on DeliveryOptions.Builder
deliveryOptions(DeliveryOptions)
GetConfigurationSetResponse.Builder reputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
reputationOptions
- An object that defines whether or not Amazon SES collects reputation metrics for the emails that you
send that use the configuration set.default GetConfigurationSetResponse.Builder reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
This is a convenience method that creates an instance of theReputationOptions.Builder
avoiding the
need to create one manually via ReputationOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to reputationOptions(ReputationOptions)
.
reputationOptions
- a consumer that will call methods on ReputationOptions.Builder
reputationOptions(ReputationOptions)
GetConfigurationSetResponse.Builder sendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
sendingOptions
- An object that defines whether or not Amazon SES can send email that you send using the configuration
set.default GetConfigurationSetResponse.Builder sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
This is a convenience method that creates an instance of theSendingOptions.Builder
avoiding the need
to create one manually via SendingOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to sendingOptions(SendingOptions)
.
sendingOptions
- a consumer that will call methods on SendingOptions.Builder
sendingOptions(SendingOptions)
GetConfigurationSetResponse.Builder tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration
set.GetConfigurationSetResponse.Builder tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration
set.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.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually via
Tag.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List
.
tags
- a consumer that will call methods on Tag.Builder
#tags(java.util.Collection)
GetConfigurationSetResponse.Builder suppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
suppressionOptions
- An object that contains information about the suppression list preferences for your account.default GetConfigurationSetResponse.Builder suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions)
An object that contains information about the suppression list preferences for your account.
This is a convenience method that creates an instance of theSuppressionOptions.Builder
avoiding the
need to create one manually via SuppressionOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to suppressionOptions(SuppressionOptions)
.
suppressionOptions
- a consumer that will call methods on SuppressionOptions.Builder
suppressionOptions(SuppressionOptions)
GetConfigurationSetResponse.Builder vdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
vdmOptions
- An object that contains information about the VDM preferences for your configuration set.default GetConfigurationSetResponse.Builder vdmOptions(Consumer<VdmOptions.Builder> vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
This is a convenience method that creates an instance of theVdmOptions.Builder
avoiding the need to
create one manually via VdmOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to vdmOptions(VdmOptions)
.
vdmOptions
- a consumer that will call methods on VdmOptions.Builder
vdmOptions(VdmOptions)
Copyright © 2023. All rights reserved.