Interface PutVoiceConnectorExternalSystemsConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder,PutVoiceConnectorExternalSystemsConfigurationRequest>,SdkBuilder<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder,PutVoiceConnectorExternalSystemsConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutVoiceConnectorExternalSystemsConfigurationRequest
public static interface PutVoiceConnectorExternalSystemsConfigurationRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<PutVoiceConnectorExternalSystemsConfigurationRequest.Builder,PutVoiceConnectorExternalSystemsConfigurationRequest>
-
-
Method Summary
-
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 Detail
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutVoiceConnectorExternalSystemsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-