public static interface DescribeConfigurationSetResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationSetResponse.Builder,DescribeConfigurationSetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationSetResponse.Builder |
configurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
|
default DescribeConfigurationSetResponse.Builder |
configurationSet(Consumer<ConfigurationSet.Builder> configurationSet)
The configuration set object associated with the specified configuration set.
|
default DescribeConfigurationSetResponse.Builder |
deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
Sets the value of the DeliveryOptions property for this object.
|
DescribeConfigurationSetResponse.Builder |
deliveryOptions(DeliveryOptions deliveryOptions)
Sets the value of the DeliveryOptions property for this object.
|
DescribeConfigurationSetResponse.Builder |
eventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
|
DescribeConfigurationSetResponse.Builder |
eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
A list of event destinations associated with the configuration set.
|
DescribeConfigurationSetResponse.Builder |
eventDestinations(EventDestination... eventDestinations)
A list of event destinations associated with the configuration set.
|
default DescribeConfigurationSetResponse.Builder |
reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that represents the reputation settings for the configuration set.
|
DescribeConfigurationSetResponse.Builder |
reputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for the configuration set.
|
default DescribeConfigurationSetResponse.Builder |
trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
|
DescribeConfigurationSetResponse.Builder |
trackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationSetResponse.Builder configurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
configurationSet - The configuration set object associated with the specified configuration set.default DescribeConfigurationSetResponse.Builder configurationSet(Consumer<ConfigurationSet.Builder> configurationSet)
The configuration set object associated with the specified configuration set.
This is a convenience method that creates an instance of theConfigurationSet.Builder avoiding the
need to create one manually via ConfigurationSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configurationSet(ConfigurationSet).
configurationSet - a consumer that will call methods on ConfigurationSet.BuilderconfigurationSet(ConfigurationSet)DescribeConfigurationSetResponse.Builder eventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
eventDestinations - A list of event destinations associated with the configuration set.DescribeConfigurationSetResponse.Builder eventDestinations(EventDestination... eventDestinations)
A list of event destinations associated with the configuration set.
eventDestinations - A list of event destinations associated with the configuration set.DescribeConfigurationSetResponse.Builder eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
A list of event destinations associated with the configuration set.
This is a convenience method that creates an instance of theEventDestination.Builder avoiding the need to create one
manually via EventDestination.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #eventDestinations(List.
eventDestinations - a consumer that will call methods on
EventDestination.Builder#eventDestinations(java.util.Collection) DescribeConfigurationSetResponse.Builder trackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
trackingOptions - The name of the custom open and click tracking domain associated with the configuration set.default DescribeConfigurationSetResponse.Builder trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
The name of the custom open and click tracking domain associated with 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.BuildertrackingOptions(TrackingOptions)DescribeConfigurationSetResponse.Builder deliveryOptions(DeliveryOptions deliveryOptions)
deliveryOptions - The new value for the DeliveryOptions property for this object.default DescribeConfigurationSetResponse.Builder deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
DeliveryOptions.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.BuilderdeliveryOptions(DeliveryOptions)DescribeConfigurationSetResponse.Builder reputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for the configuration set.
reputationOptions - An object that represents the reputation settings for the configuration set.default DescribeConfigurationSetResponse.Builder reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that represents the reputation settings for 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.BuilderreputationOptions(ReputationOptions)Copyright © 2022. All rights reserved.