Interface ExternalSystemsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalSystemsConfiguration.Builder,ExternalSystemsConfiguration>,SdkBuilder<ExternalSystemsConfiguration.Builder,ExternalSystemsConfiguration>,SdkPojo
- Enclosing class:
- ExternalSystemsConfiguration
public static interface ExternalSystemsConfiguration.Builder extends SdkPojo, CopyableBuilder<ExternalSystemsConfiguration.Builder,ExternalSystemsConfiguration>
-
-
Method Summary
-
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
-
sessionBorderControllerTypesWithStrings
ExternalSystemsConfiguration.Builder sessionBorderControllerTypesWithStrings(Collection<String> sessionBorderControllerTypes)
The session border controllers.
- Parameters:
sessionBorderControllerTypes- The session border controllers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypesWithStrings
ExternalSystemsConfiguration.Builder sessionBorderControllerTypesWithStrings(String... sessionBorderControllerTypes)
The session border controllers.
- Parameters:
sessionBorderControllerTypes- The session border controllers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypes
ExternalSystemsConfiguration.Builder sessionBorderControllerTypes(Collection<SessionBorderControllerType> sessionBorderControllerTypes)
The session border controllers.
- Parameters:
sessionBorderControllerTypes- The session border controllers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionBorderControllerTypes
ExternalSystemsConfiguration.Builder sessionBorderControllerTypes(SessionBorderControllerType... sessionBorderControllerTypes)
The session border controllers.
- Parameters:
sessionBorderControllerTypes- The session border controllers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypesWithStrings
ExternalSystemsConfiguration.Builder contactCenterSystemTypesWithStrings(Collection<String> contactCenterSystemTypes)
The contact center system.
- Parameters:
contactCenterSystemTypes- The contact center system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypesWithStrings
ExternalSystemsConfiguration.Builder contactCenterSystemTypesWithStrings(String... contactCenterSystemTypes)
The contact center system.
- Parameters:
contactCenterSystemTypes- The contact center system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypes
ExternalSystemsConfiguration.Builder contactCenterSystemTypes(Collection<ContactCenterSystemType> contactCenterSystemTypes)
The contact center system.
- Parameters:
contactCenterSystemTypes- The contact center system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactCenterSystemTypes
ExternalSystemsConfiguration.Builder contactCenterSystemTypes(ContactCenterSystemType... contactCenterSystemTypes)
The contact center system.
- Parameters:
contactCenterSystemTypes- The contact center system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-