Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateConfigurationSetEventDestinationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateConfigurationSetEventDestinationRequest.Builder |
builder() |
|
String |
configurationSetName() |
The name of the configuration set to which to apply the event destination.
|
boolean |
equals(Object obj) |
|
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.
|
int |
hashCode() |
|
static Class<? extends CreateConfigurationSetEventDestinationRequest.Builder> |
serializableBuilderClass() |
|
CreateConfigurationSetEventDestinationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String configurationSetName()
The name of the configuration set to which to apply the event destination.
public 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.
public CreateConfigurationSetEventDestinationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
public static CreateConfigurationSetEventDestinationRequest.Builder builder()
public static Class<? extends CreateConfigurationSetEventDestinationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.