public static interface CreateEventDestinationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<CreateEventDestinationResponse.Builder,CreateEventDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEventDestinationResponse.Builder |
configurationSetArn(String configurationSetArn)
The ARN of the configuration set.
|
CreateEventDestinationResponse.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set.
|
default CreateEventDestinationResponse.Builder |
eventDestination(Consumer<EventDestination.Builder> eventDestination)
The details of the destination where events are logged.
|
CreateEventDestinationResponse.Builder |
eventDestination(EventDestination eventDestination)
The details of the destination where events are logged.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEventDestinationResponse.Builder configurationSetArn(String configurationSetArn)
The ARN of the configuration set.
configurationSetArn - The ARN of the configuration set.CreateEventDestinationResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName - The name of the configuration set.CreateEventDestinationResponse.Builder eventDestination(EventDestination eventDestination)
The details of the destination where events are logged.
eventDestination - The details of the destination where events are logged.default CreateEventDestinationResponse.Builder eventDestination(Consumer<EventDestination.Builder> eventDestination)
The details of the destination where events are 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.