Interface SetDefaultMessageTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SetDefaultMessageTypeResponse.Builder,SetDefaultMessageTypeResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<SetDefaultMessageTypeResponse.Builder,SetDefaultMessageTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SetDefaultMessageTypeResponse
public static interface SetDefaultMessageTypeResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<SetDefaultMessageTypeResponse.Builder,SetDefaultMessageTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetDefaultMessageTypeResponse.BuilderconfigurationSetArn(String configurationSetArn)The Amazon Resource Name (ARN) of the updated configuration set.SetDefaultMessageTypeResponse.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set that was updated.SetDefaultMessageTypeResponse.BuildermessageType(String messageType)The new default message type of the configuration set.SetDefaultMessageTypeResponse.BuildermessageType(MessageType messageType)The new default message type of the 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
SetDefaultMessageTypeResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the updated configuration set.
- Parameters:
configurationSetArn- The Amazon Resource Name (ARN) of the updated configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
SetDefaultMessageTypeResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set that was updated.
- Parameters:
configurationSetName- The name of the configuration set that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageType
SetDefaultMessageTypeResponse.Builder messageType(String messageType)
The new default message type of the configuration set.
- Parameters:
messageType- The new default message type of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MessageType,MessageType
-
messageType
SetDefaultMessageTypeResponse.Builder messageType(MessageType messageType)
The new default message type of the configuration set.
- Parameters:
messageType- The new default message type of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MessageType,MessageType
-
-