public static interface CreateConferenceProviderRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateConferenceProviderRequest.Builder,CreateConferenceProviderRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConferenceProviderRequest.Builder conferenceProviderName(String conferenceProviderName)
The name of the conference provider.
conferenceProviderName - The name of the conference provider.CreateConferenceProviderRequest.Builder conferenceProviderType(String conferenceProviderType)
Represents a type within a list of predefined types.
conferenceProviderType - Represents a type within a list of predefined types.ConferenceProviderType,
ConferenceProviderTypeCreateConferenceProviderRequest.Builder conferenceProviderType(ConferenceProviderType conferenceProviderType)
Represents a type within a list of predefined types.
conferenceProviderType - Represents a type within a list of predefined types.ConferenceProviderType,
ConferenceProviderTypeCreateConferenceProviderRequest.Builder ipDialIn(IPDialIn ipDialIn)
The IP endpoint and protocol for calling.
ipDialIn - The IP endpoint and protocol for calling.default CreateConferenceProviderRequest.Builder ipDialIn(Consumer<IPDialIn.Builder> ipDialIn)
The IP endpoint and protocol for calling.
This is a convenience method that creates an instance of theIPDialIn.Builder avoiding the need to
create one manually via IPDialIn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to ipDialIn(IPDialIn).
ipDialIn - a consumer that will call methods on IPDialIn.BuilderipDialIn(IPDialIn)CreateConferenceProviderRequest.Builder pstnDialIn(PSTNDialIn pstnDialIn)
The information for PSTN conferencing.
pstnDialIn - The information for PSTN conferencing.default CreateConferenceProviderRequest.Builder pstnDialIn(Consumer<PSTNDialIn.Builder> pstnDialIn)
The information for PSTN conferencing.
This is a convenience method that creates an instance of thePSTNDialIn.Builder avoiding the need to
create one manually via PSTNDialIn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pstnDialIn(PSTNDialIn).
pstnDialIn - a consumer that will call methods on PSTNDialIn.BuilderpstnDialIn(PSTNDialIn)CreateConferenceProviderRequest.Builder meetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
meetingSetting - The meeting settings for the conference provider.default CreateConferenceProviderRequest.Builder meetingSetting(Consumer<MeetingSetting.Builder> meetingSetting)
The meeting settings for the conference provider.
This is a convenience method that creates an instance of theMeetingSetting.Builder avoiding the need
to create one manually via MeetingSetting.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to meetingSetting(MeetingSetting).
meetingSetting - a consumer that will call methods on MeetingSetting.BuildermeetingSetting(MeetingSetting)CreateConferenceProviderRequest.Builder clientRequestToken(String clientRequestToken)
The request token of the client.
clientRequestToken - The request token of the client.CreateConferenceProviderRequest.Builder tags(Collection<Tag> tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.CreateConferenceProviderRequest.Builder tags(Tag... tags)
The tags to be added to the specified resource. Do not provide system tags.
tags - The tags to be added to the specified resource. Do not provide system tags.CreateConferenceProviderRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be added to the specified resource. Do not provide system tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateConferenceProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConferenceProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.