Interface AttendeeFeatures.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttendeeFeatures.Builder,AttendeeFeatures>,SdkBuilder<AttendeeFeatures.Builder,AttendeeFeatures>,SdkPojo
- Enclosing class:
- AttendeeFeatures
public static interface AttendeeFeatures.Builder extends SdkPojo, CopyableBuilder<AttendeeFeatures.Builder,AttendeeFeatures>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttendeeFeatures.BuildermaxCount(Integer maxCount)The maximum number of attendees allowed into the meeting.-
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
-
maxCount
AttendeeFeatures.Builder maxCount(Integer maxCount)
The maximum number of attendees allowed into the meeting.
- Parameters:
maxCount- The maximum number of attendees allowed into the meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-