public static interface UpdateEventDestinationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<UpdateEventDestinationResponse.Builder,UpdateEventDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDestinationResponse.Builder |
configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
|
UpdateEventDestinationResponse.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set.
|
default UpdateEventDestinationResponse.Builder |
eventDestination(Consumer<EventDestination.Builder> eventDestination)
An EventDestination object containing the details of where events will be logged.
|
UpdateEventDestinationResponse.Builder |
eventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEventDestinationResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
configurationSetArn - The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.UpdateEventDestinationResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName - The name of the configuration set.UpdateEventDestinationResponse.Builder eventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
eventDestination - An EventDestination object containing the details of where events will be logged.default UpdateEventDestinationResponse.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination)
An EventDestination object containing the details of where events will be logged.
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.