public static interface DeleteEventDestinationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteEventDestinationResponse.Builder,DeleteEventDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteEventDestinationResponse.Builder |
configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
|
DeleteEventDestinationResponse.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set the event destination was deleted from.
|
default DeleteEventDestinationResponse.Builder |
eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object that was deleted.
|
DeleteEventDestinationResponse.Builder |
eventDestination(EventDestination eventDestination)
The event destination object that was deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEventDestinationResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the configuration set.
configurationSetArn - The Amazon Resource Name (ARN) of the configuration set.DeleteEventDestinationResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set the event destination was deleted from.
configurationSetName - The name of the configuration set the event destination was deleted from.DeleteEventDestinationResponse.Builder eventDestination(EventDestination eventDestination)
The event destination object that was deleted.
eventDestination - The event destination object that was deleted.default DeleteEventDestinationResponse.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object that was deleted.
This is a convenience method that creates an instance of theEventDestination.Builder avoiding the
need to create one manually via EventDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to eventDestination(EventDestination).
eventDestination - a consumer that will call methods on EventDestination.BuildereventDestination(EventDestination)Copyright © 2023. All rights reserved.