public static interface CreateConfigurationSetEventDestinationRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetEventDestinationRequest.Builder,CreateConfigurationSetEventDestinationRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateConfigurationSetEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that you want to add an event destination to.
configurationSetName - The name of the configuration set that you want to add an event destination to.CreateConfigurationSetEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
A name that identifies the event destination within the configuration set.
eventDestinationName - A name that identifies the event destination within the configuration set.CreateConfigurationSetEventDestinationRequest.Builder eventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
eventDestination - An object that defines the event destination.default CreateConfigurationSetEventDestinationRequest.Builder eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
An object that defines the event destination.
This is a convenience that creates an instance of theEventDestinationDefinition.Builder avoiding the
need to create one manually via EventDestinationDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to eventDestination(EventDestinationDefinition).eventDestination - a consumer that will call methods on EventDestinationDefinition.BuildereventDestination(EventDestinationDefinition)CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateConfigurationSetEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.