Interface RcsCreateCalendarEventAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RcsCreateCalendarEventAction.Builder,,RcsCreateCalendarEventAction> SdkBuilder<RcsCreateCalendarEventAction.Builder,,RcsCreateCalendarEventAction> SdkPojo
- Enclosing class:
RcsCreateCalendarEventAction
@Mutable
@NotThreadSafe
public static interface RcsCreateCalendarEventAction.Builder
extends SdkPojo, CopyableBuilder<RcsCreateCalendarEventAction.Builder,RcsCreateCalendarEventAction>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An optional description for the calendar event.The end time of the calendar event in ISO 8601 format.postbackData(String postbackData) The postback data sent to your webhook when the user taps this action.The start time of the calendar event in ISO 8601 format.The display text of the action.The title of the calendar event.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
-
text
The display text of the action. Maximum 25 characters.
- Parameters:
text- The display text of the action. Maximum 25 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postbackData
The postback data sent to your webhook when the user taps this action. Maximum 2048 characters.
- Parameters:
postbackData- The postback data sent to your webhook when the user taps this action. Maximum 2048 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the calendar event. Maximum 100 characters.
- Parameters:
title- The title of the calendar event. Maximum 100 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time of the calendar event in ISO 8601 format.
- Parameters:
startTime- The start time of the calendar event in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of the calendar event in ISO 8601 format.
- Parameters:
endTime- The end time of the calendar event in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An optional description for the calendar event. Maximum 500 characters.
- Parameters:
description- An optional description for the calendar event. Maximum 500 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-