CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>, SdkBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>public static interface CreateConfigurationSetEventDestinationRequest.Builder extends CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateConfigurationSetEventDestinationRequest.Builder |
configurationSetName(String configurationSetName) |
The name of the configuration set to which to apply the event destination.
|
CreateConfigurationSetEventDestinationRequest.Builder |
eventDestination(EventDestination eventDestination) |
An object that describes the AWS service to which Amazon SES will publish the email sending events associated
with the specified configuration set.
|
copyapply, buildCreateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set to which to apply the event destination.
configurationSetName - The name of the configuration set to which to apply the event destination.CreateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestination eventDestination)
An object that describes the AWS service to which Amazon SES will publish the email sending events associated with the specified configuration set.
eventDestination - An object that describes the AWS service to which Amazon SES will publish the email sending events
associated with the specified configuration set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.