Interface CreateConferenceProviderRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateConferenceProviderRequest.Builder,,CreateConferenceProviderRequest> SdkBuilder<CreateConferenceProviderRequest.Builder,,CreateConferenceProviderRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateConferenceProviderRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) The request token of the client.conferenceProviderName(String conferenceProviderName) The name of the conference provider.conferenceProviderType(String conferenceProviderType) Represents a type within a list of predefined types.conferenceProviderType(ConferenceProviderType conferenceProviderType) Represents a type within a list of predefined types.ipDialIn(Consumer<IPDialIn.Builder> ipDialIn) The IP endpoint and protocol for calling.The IP endpoint and protocol for calling.meetingSetting(Consumer<MeetingSetting.Builder> meetingSetting) The meeting settings for the conference provider.meetingSetting(MeetingSetting meetingSetting) The meeting settings for the conference provider.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pstnDialIn(Consumer<PSTNDialIn.Builder> pstnDialIn) The information for PSTN conferencing.pstnDialIn(PSTNDialIn pstnDialIn) The information for PSTN conferencing.tags(Collection<Tag> tags) The tags to be added to the specified resource.tags(Consumer<Tag.Builder>... tags) The tags to be added to the specified resource.The tags to be added to the specified resource.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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
-
conferenceProviderName
The name of the conference provider.
- Parameters:
conferenceProviderName- The name of the conference provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conferenceProviderType
Represents a type within a list of predefined types.
- Parameters:
conferenceProviderType- Represents a type within a list of predefined types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conferenceProviderType
CreateConferenceProviderRequest.Builder conferenceProviderType(ConferenceProviderType conferenceProviderType) Represents a type within a list of predefined types.
- Parameters:
conferenceProviderType- Represents a type within a list of predefined types.- 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
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.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:
-
clientRequestToken
The request token of the client.
- Parameters:
clientRequestToken- The request token of the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be added to the specified resource. Do not provide system tags.
- Parameters:
tags- The tags to be added to the specified resource. Do not provide system tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be added to the specified resource. Do not provide system tags.
- Parameters:
tags- The tags to be added to the specified resource. Do not provide system tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateConferenceProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateConferenceProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-