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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelMessageStatusStructure.Builderdetail(String detail)Contains more details about the message status.ChannelMessageStatusStructure.Buildervalue(String value)The message status value.ChannelMessageStatusStructure.Buildervalue(ChannelMessageStatus value)The message status value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
value
ChannelMessageStatusStructure.Builder value(String 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:
ChannelMessageStatus,ChannelMessageStatus
-
value
ChannelMessageStatusStructure.Builder value(ChannelMessageStatus 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:
ChannelMessageStatus,ChannelMessageStatus
-
detail
ChannelMessageStatusStructure.Builder detail(String 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.
-
-