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