public static interface DescribeConfigurationSetResponse.Builder extends SESResponse.Builder, 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.
|
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #eventDestinations(List) .eventDestinations - a consumer that will call methods on List.Builder #eventDestinations(List) 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 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 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.