public static interface UpdateConferenceProviderRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateConferenceProviderRequest.Builder,UpdateConferenceProviderRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateConferenceProviderRequest.Builder conferenceProviderArn(String conferenceProviderArn)
The ARN of the conference provider.
conferenceProviderArn - The ARN of the conference provider.UpdateConferenceProviderRequest.Builder conferenceProviderType(String conferenceProviderType)
The type of the conference provider.
conferenceProviderType - The type of the conference provider.ConferenceProviderType,
ConferenceProviderTypeUpdateConferenceProviderRequest.Builder conferenceProviderType(ConferenceProviderType conferenceProviderType)
The type of the conference provider.
conferenceProviderType - The type of the conference provider.ConferenceProviderType,
ConferenceProviderTypeUpdateConferenceProviderRequest.Builder ipDialIn(IPDialIn ipDialIn)
The IP endpoint and protocol for calling.
ipDialIn - The IP endpoint and protocol for calling.default UpdateConferenceProviderRequest.Builder ipDialIn(Consumer<IPDialIn.Builder> ipDialIn)
The IP endpoint and protocol for calling.
This is a convenience 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)UpdateConferenceProviderRequest.Builder pstnDialIn(PSTNDialIn pstnDialIn)
The information for PSTN conferencing.
pstnDialIn - The information for PSTN conferencing.default UpdateConferenceProviderRequest.Builder pstnDialIn(Consumer<PSTNDialIn.Builder> pstnDialIn)
The information for PSTN conferencing.
This is a convenience 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)UpdateConferenceProviderRequest.Builder meetingSetting(MeetingSetting meetingSetting)
The meeting settings for the conference provider.
meetingSetting - The meeting settings for the conference provider.default UpdateConferenceProviderRequest.Builder meetingSetting(Consumer<MeetingSetting.Builder> meetingSetting)
The meeting settings for the conference provider.
This is a convenience 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)UpdateConferenceProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateConferenceProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.