public static interface DeleteEventDestinationRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<DeleteEventDestinationRequest.Builder,DeleteEventDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteEventDestinationRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event
destination from.
|
DeleteEventDestinationRequest.Builder |
eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
|
DeleteEventDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEventDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEventDestinationRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.
configurationSetName - The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the
event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the
DescribeConfigurationSets action.DeleteEventDestinationRequest.Builder eventDestinationName(String eventDestinationName)
The name of the event destination to delete.
eventDestinationName - The name of the event destination to delete.DeleteEventDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteEventDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.