Interface DeleteConfigurationSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteConfigurationSetResponse.Builder,DeleteConfigurationSetResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DeleteConfigurationSetResponse.Builder,DeleteConfigurationSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteConfigurationSetResponse
public static interface DeleteConfigurationSetResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationSetResponse.Builder,DeleteConfigurationSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteConfigurationSetResponse.BuilderconfigurationSetArn(String configurationSetArn)The Amazon Resource Name (ARN) of the deleted configuration set.DeleteConfigurationSetResponse.BuilderconfigurationSetName(String configurationSetName)The name of the deleted configuration set.DeleteConfigurationSetResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time that the deleted configuration set was created in UNIX epoch time format.DeleteConfigurationSetResponse.BuilderdefaultMessageType(String defaultMessageType)The default message type of the configuration set that was deleted.DeleteConfigurationSetResponse.BuilderdefaultMessageType(MessageType defaultMessageType)The default message type of the configuration set that was deleted.DeleteConfigurationSetResponse.BuilderdefaultSenderId(String defaultSenderId)The default Sender ID of the configuration set that was deleted.DeleteConfigurationSetResponse.BuildereventDestinations(Collection<EventDestination> eventDestinations)An array of any EventDestination objects that were associated with the deleted configuration set.DeleteConfigurationSetResponse.BuildereventDestinations(Consumer<EventDestination.Builder>... eventDestinations)An array of any EventDestination objects that were associated with the deleted configuration set.DeleteConfigurationSetResponse.BuildereventDestinations(EventDestination... eventDestinations)An array of any EventDestination objects that were associated with the deleted configuration set.-
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
DeleteConfigurationSetResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
- Parameters:
configurationSetArn- The Amazon Resource Name (ARN) of the deleted configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
DeleteConfigurationSetResponse.Builder configurationSetName(String configurationSetName)
The name of the deleted configuration set.
- Parameters:
configurationSetName- The name of the deleted configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestinations
DeleteConfigurationSetResponse.Builder eventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
- Parameters:
eventDestinations- An array of any EventDestination objects that were associated with the deleted configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestinations
DeleteConfigurationSetResponse.Builder eventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
- Parameters:
eventDestinations- An array of any EventDestination objects that were associated with the deleted configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventDestinations
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.Builderavoiding the need to create one manually viaEventDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#eventDestinations(List.) - Parameters:
eventDestinations- 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:
#eventDestinations(java.util.Collection)
-
defaultMessageType
DeleteConfigurationSetResponse.Builder defaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
- Parameters:
defaultMessageType- The default message type of the configuration set that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MessageType,MessageType
-
defaultMessageType
DeleteConfigurationSetResponse.Builder defaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
- Parameters:
defaultMessageType- The default message type of the configuration set that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MessageType,MessageType
-
defaultSenderId
DeleteConfigurationSetResponse.Builder defaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
- Parameters:
defaultSenderId- The default Sender ID of the configuration set that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
DeleteConfigurationSetResponse.Builder createdTimestamp(Instant createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch time format.
- Parameters:
createdTimestamp- The time that the deleted configuration set was created in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-