Interface AttendeeFeatures.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttendeeFeatures.Builder,
,AttendeeFeatures> SdkBuilder<AttendeeFeatures.Builder,
,AttendeeFeatures> SdkPojo
- Enclosing class:
AttendeeFeatures
@Mutable
@NotThreadSafe
public static interface AttendeeFeatures.Builder
extends SdkPojo, CopyableBuilder<AttendeeFeatures.Builder,AttendeeFeatures>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-