public static interface CreateConferenceProviderRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateConferenceProviderRequest.Builder,CreateConferenceProviderRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateConferenceProviderRequest.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
,
ConferenceProviderType
CreateConferenceProviderRequest.Builder conferenceProviderType(ConferenceProviderType conferenceProviderType)
Represents a type within a list of predefined types.
conferenceProviderType
- Represents a type within a list of predefined types.ConferenceProviderType
,
ConferenceProviderType
CreateConferenceProviderRequest.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 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)
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 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)
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 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)
CreateConferenceProviderRequest.Builder clientRequestToken(String clientRequestToken)
The request token of the client.
clientRequestToken
- The request token of the client.CreateConferenceProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateConferenceProviderRequest.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.