public static interface UpdateConferenceProviderRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateConferenceProviderRequest.Builder,UpdateConferenceProviderRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateConferenceProviderRequest.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
,
ConferenceProviderType
UpdateConferenceProviderRequest.Builder conferenceProviderType(ConferenceProviderType conferenceProviderType)
The type of the conference provider.
conferenceProviderType
- The type of the conference provider.ConferenceProviderType
,
ConferenceProviderType
UpdateConferenceProviderRequest.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.Builder
ipDialIn(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.Builder
pstnDialIn(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.Builder
meetingSetting(MeetingSetting)
UpdateConferenceProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateConferenceProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.