Interface UpdateEventDestinationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEventDestinationResponse.Builder,UpdateEventDestinationResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<UpdateEventDestinationResponse.Builder,UpdateEventDestinationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEventDestinationResponse
public static interface UpdateEventDestinationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<UpdateEventDestinationResponse.Builder,UpdateEventDestinationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateEventDestinationResponse.BuilderconfigurationSetArn(String configurationSetArn)The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.UpdateEventDestinationResponse.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set.default UpdateEventDestinationResponse.BuildereventDestination(Consumer<EventDestination.Builder> eventDestination)An EventDestination object containing the details of where events will be logged.UpdateEventDestinationResponse.BuildereventDestination(EventDestination eventDestination)An EventDestination object containing the details of where events will be logged.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configurationSetArn
UpdateEventDestinationResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
- Parameters:
configurationSetArn- The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
UpdateEventDestinationResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
- Parameters:
configurationSetName- The name of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
UpdateEventDestinationResponse.Builder eventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
- Parameters:
eventDestination- An EventDestination object containing the details of where events will be logged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestination
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.Builderavoiding the need to create one manually viaEventDestination.builder().When the
Consumercompletes,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:
eventDestination(EventDestination)
-
-