Interface DeleteEventDestinationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteEventDestinationResponse.Builder,
,DeleteEventDestinationResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteEventDestinationResponse.Builder,
,DeleteEventDestinationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteEventDestinationResponse
@Mutable
@NotThreadSafe
public static interface DeleteEventDestinationResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteEventDestinationResponse.Builder,DeleteEventDestinationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetArn
(String configurationSetArn) The Amazon Resource Name (ARN) of the configuration set.configurationSetName
(String configurationSetName) The name of the configuration set the event destination was deleted from.eventDestination
(Consumer<EventDestination.Builder> eventDestination) The event destination object that was deleted.eventDestination
(EventDestination eventDestination) The event destination object that was deleted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configurationSetArn
The Amazon Resource Name (ARN) of the configuration set.
- Parameters:
configurationSetArn
- The Amazon Resource Name (ARN) of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
The name of the configuration set the event destination was deleted from.
- Parameters:
configurationSetName
- The name of the configuration set the event destination was deleted from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
The event destination object that was deleted.
- Parameters:
eventDestination
- The event destination object that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
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 viaEventDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toeventDestination(EventDestination)
.- Parameters:
eventDestination
- a consumer that will call methods onEventDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-