Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateConfigurationSetEventDestinationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateConfigurationSetEventDestinationRequest.Builder |
builder() |
|
String |
configurationSetName() |
The name of the configuration set that you want to update.
|
boolean |
equals(Object obj) |
|
EventDestination |
eventDestination() |
The event destination object that you want to apply to the specified configuration set.
|
int |
hashCode() |
|
static Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder> |
serializableBuilderClass() |
|
UpdateConfigurationSetEventDestinationRequest.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 that you want to update.
public EventDestination eventDestination()
The event destination object that you want to apply to the specified configuration set.
public UpdateConfigurationSetEventDestinationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateConfigurationSetEventDestinationRequest.Builder,UpdateConfigurationSetEventDestinationRequest>
public static UpdateConfigurationSetEventDestinationRequest.Builder builder()
public static Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.