| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.builder() |
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.configurationSetName(String configurationSetName)
The name of the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.createdTimestamp(Instant createdTimestamp)
The time that the deleted configuration set was created in UNIX
epoch time format.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.defaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.defaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.defaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.eventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.eventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteConfigurationSetResponse.Builder> |
DeleteConfigurationSetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.