public static interface DeleteConfigurationSetResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationSetResponse.Builder,DeleteConfigurationSetResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationSetResponse.Builder |
configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
configurationSetName(String configurationSetName)
The name of the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time that the deleted configuration set was created in UNIX
epoch time format.
|
DeleteConfigurationSetResponse.Builder |
defaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResponse.Builder |
defaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResponse.Builder |
defaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
|
DeleteConfigurationSetResponse.Builder |
eventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResponse.Builder |
eventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConfigurationSetResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
configurationSetArn - The Amazon Resource Name (ARN) of the deleted configuration set.DeleteConfigurationSetResponse.Builder configurationSetName(String configurationSetName)
The name of the deleted configuration set.
configurationSetName - The name of the deleted configuration set.DeleteConfigurationSetResponse.Builder eventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
eventDestinations - An array of any EventDestination objects that were associated with the deleted configuration set.DeleteConfigurationSetResponse.Builder eventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
eventDestinations - An array of any EventDestination objects that were associated with the deleted configuration set.DeleteConfigurationSetResponse.Builder eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
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 #eventDestinations(List.
eventDestinations - a consumer that will call methods on
EventDestination.Builder#eventDestinations(java.util.Collection) DeleteConfigurationSetResponse.Builder defaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
defaultMessageType - The default message type of the configuration set that was deleted.MessageType,
MessageTypeDeleteConfigurationSetResponse.Builder defaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
defaultMessageType - The default message type of the configuration set that was deleted.MessageType,
MessageTypeDeleteConfigurationSetResponse.Builder defaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
defaultSenderId - The default Sender ID of the configuration set that was deleted.DeleteConfigurationSetResponse.Builder createdTimestamp(Instant createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch time format.
createdTimestamp - The time that the deleted configuration set was created in UNIX epoch time format.Copyright © 2023. All rights reserved.