public static interface MeetingSetting.Builder extends SdkPojo, CopyableBuilder<MeetingSetting.Builder,MeetingSetting>
Modifier and Type | Method and Description |
---|---|
MeetingSetting.Builder |
requirePin(RequirePin requirePin)
The values that indicate whether the pin is always required.
|
MeetingSetting.Builder |
requirePin(String requirePin)
The values that indicate whether the pin is always required.
|
copy
applyMutation, build
MeetingSetting.Builder requirePin(String requirePin)
The values that indicate whether the pin is always required.
requirePin
- The values that indicate whether the pin is always required.RequirePin
,
RequirePin
MeetingSetting.Builder requirePin(RequirePin requirePin)
The values that indicate whether the pin is always required.
requirePin
- The values that indicate whether the pin is always required.RequirePin
,
RequirePin
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.