Interface ConferenceProvider.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConferenceProvider.Builder,,ConferenceProvider> SdkBuilder<ConferenceProvider.Builder,,ConferenceProvider> SdkPojo
- Enclosing class:
ConferenceProvider
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the newly created conference provider.default ConferenceProvider.BuilderipDialIn(Consumer<IPDialIn.Builder> ipDialIn) The IP endpoint and protocol for calling.The IP endpoint and protocol for calling.default ConferenceProvider.BuildermeetingSetting(Consumer<MeetingSetting.Builder> meetingSetting) The meeting settings for the conference provider.meetingSetting(MeetingSetting meetingSetting) The meeting settings for the conference provider.The name of the conference provider.default ConferenceProvider.BuilderpstnDialIn(Consumer<PSTNDialIn.Builder> pstnDialIn) The information for PSTN conferencing.pstnDialIn(PSTNDialIn pstnDialIn) The information for PSTN conferencing.The type of conference providers.type(ConferenceProviderType type) The type of conference providers.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, sdkFields
-
Method Details
-
arn
The ARN of the newly created conference provider.
- Parameters:
arn- The ARN of the newly created conference provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the conference provider.
- Parameters:
name- The name of the conference provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of conference providers.
- Parameters:
type- The type of conference providers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of conference providers.
- Parameters:
type- The type of conference providers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipDialIn
The IP endpoint and protocol for calling.
- Parameters:
ipDialIn- The IP endpoint and protocol for calling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipDialIn
The IP endpoint and protocol for calling.
This is a convenience method that creates an instance of theIPDialIn.Builderavoiding the need to create one manually viaIPDialIn.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipDialIn(IPDialIn).- Parameters:
ipDialIn- a consumer that will call methods onIPDialIn.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pstnDialIn
The information for PSTN conferencing.
- Parameters:
pstnDialIn- The information for PSTN conferencing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pstnDialIn
The information for PSTN conferencing.
This is a convenience method that creates an instance of thePSTNDialIn.Builderavoiding the need to create one manually viaPSTNDialIn.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topstnDialIn(PSTNDialIn).- Parameters:
pstnDialIn- a consumer that will call methods onPSTNDialIn.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
meetingSetting
The meeting settings for the conference provider.
- Parameters:
meetingSetting- The meeting settings for the conference provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingSetting
The meeting settings for the conference provider.
This is a convenience method that creates an instance of theMeetingSetting.Builderavoiding the need to create one manually viaMeetingSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomeetingSetting(MeetingSetting).- Parameters:
meetingSetting- a consumer that will call methods onMeetingSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-