Interface PutVoiceConnectorExternalSystemsConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkVoiceRequest.Builder
,CopyableBuilder<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder,
,PutVoiceConnectorExternalSystemsConfigurationRequest> SdkBuilder<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder,
,PutVoiceConnectorExternalSystemsConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutVoiceConnectorExternalSystemsConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutVoiceConnectorExternalSystemsConfigurationRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder,PutVoiceConnectorExternalSystemsConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncontactCenterSystemTypes
(Collection<ContactCenterSystemType> contactCenterSystemTypes) The contact center system to use.contactCenterSystemTypes
(ContactCenterSystemType... contactCenterSystemTypes) The contact center system to use.contactCenterSystemTypesWithStrings
(String... contactCenterSystemTypes) The contact center system to use.contactCenterSystemTypesWithStrings
(Collection<String> contactCenterSystemTypes) The contact center system to use.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionBorderControllerTypes
(Collection<SessionBorderControllerType> sessionBorderControllerTypes) The session border controllers to use.sessionBorderControllerTypes
(SessionBorderControllerType... sessionBorderControllerTypes) The session border controllers to use.sessionBorderControllerTypesWithStrings
(String... sessionBorderControllerTypes) The session border controllers to use.sessionBorderControllerTypesWithStrings
(Collection<String> sessionBorderControllerTypes) The session border controllers to use.voiceConnectorId
(String voiceConnectorId) The ID of the Voice Connector for which to add the external system configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
voiceConnectorId
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder voiceConnectorId(String voiceConnectorId) The ID of the Voice Connector for which to add the external system configuration.
- Parameters:
voiceConnectorId
- The ID of the Voice Connector for which to add the external system configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypesWithStrings
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder sessionBorderControllerTypesWithStrings(Collection<String> sessionBorderControllerTypes) The session border controllers to use.
- Parameters:
sessionBorderControllerTypes
- The session border controllers to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypesWithStrings
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder sessionBorderControllerTypesWithStrings(String... sessionBorderControllerTypes) The session border controllers to use.
- Parameters:
sessionBorderControllerTypes
- The session border controllers to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypes
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder sessionBorderControllerTypes(Collection<SessionBorderControllerType> sessionBorderControllerTypes) The session border controllers to use.
- Parameters:
sessionBorderControllerTypes
- The session border controllers to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypes
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder sessionBorderControllerTypes(SessionBorderControllerType... sessionBorderControllerTypes) The session border controllers to use.
- Parameters:
sessionBorderControllerTypes
- The session border controllers to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypesWithStrings
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder contactCenterSystemTypesWithStrings(Collection<String> contactCenterSystemTypes) The contact center system to use.
- Parameters:
contactCenterSystemTypes
- The contact center system to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypesWithStrings
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder contactCenterSystemTypesWithStrings(String... contactCenterSystemTypes) The contact center system to use.
- Parameters:
contactCenterSystemTypes
- The contact center system to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypes
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder contactCenterSystemTypes(Collection<ContactCenterSystemType> contactCenterSystemTypes) The contact center system to use.
- Parameters:
contactCenterSystemTypes
- The contact center system to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypes
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder contactCenterSystemTypes(ContactCenterSystemType... contactCenterSystemTypes) The contact center system to use.
- Parameters:
contactCenterSystemTypes
- The contact center system to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-