Interface UpdateConferenceProviderRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateConferenceProviderRequest.Builder,,UpdateConferenceProviderRequest> SdkBuilder<UpdateConferenceProviderRequest.Builder,,UpdateConferenceProviderRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateConferenceProviderRequest
-
Method Summary
Modifier and TypeMethodDescriptionconferenceProviderArn(String conferenceProviderArn) The ARN of the conference provider.conferenceProviderType(String conferenceProviderType) The type of the conference provider.conferenceProviderType(ConferenceProviderType conferenceProviderType) The type of the conference provider.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.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
-
conferenceProviderArn
The ARN of the conference provider.
- Parameters:
conferenceProviderArn- The ARN of the conference provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conferenceProviderType
The type of the conference provider.
- Parameters:
conferenceProviderType- The type of the conference provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conferenceProviderType
UpdateConferenceProviderRequest.Builder conferenceProviderType(ConferenceProviderType conferenceProviderType) The type of the conference provider.
- Parameters:
conferenceProviderType- The type of the conference provider.- 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 UpdateConferenceProviderRequest.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:
-
overrideConfiguration
UpdateConferenceProviderRequest.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
UpdateConferenceProviderRequest.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.
-