Interface ChannelMessageStatusStructure.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ChannelMessageStatusStructure.Builder,,ChannelMessageStatusStructure> SdkBuilder<ChannelMessageStatusStructure.Builder,,ChannelMessageStatusStructure> SdkPojo
- Enclosing class:
 ChannelMessageStatusStructure
public static interface ChannelMessageStatusStructure.Builder
extends SdkPojo, CopyableBuilder<ChannelMessageStatusStructure.Builder,ChannelMessageStatusStructure> 
- 
Method Summary
Modifier and TypeMethodDescriptionContains more details about the message status.The message status value.value(ChannelMessageStatus value) The message status value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
value
The message status value.
- Parameters:
 value- The message status value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
value
The message status value.
- Parameters:
 value- The message status value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
detail
Contains more details about the message status.
- Parameters:
 detail- Contains more details about the message status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -