Interface ExternalSystemsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExternalSystemsConfiguration.Builder,,ExternalSystemsConfiguration> SdkBuilder<ExternalSystemsConfiguration.Builder,,ExternalSystemsConfiguration> SdkPojo
- Enclosing class:
ExternalSystemsConfiguration
@Mutable
@NotThreadSafe
public static interface ExternalSystemsConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExternalSystemsConfiguration.Builder,ExternalSystemsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncontactCenterSystemTypes(Collection<ContactCenterSystemType> contactCenterSystemTypes) The contact center system.contactCenterSystemTypes(ContactCenterSystemType... contactCenterSystemTypes) The contact center system.contactCenterSystemTypesWithStrings(String... contactCenterSystemTypes) The contact center system.contactCenterSystemTypesWithStrings(Collection<String> contactCenterSystemTypes) The contact center system.sessionBorderControllerTypes(Collection<SessionBorderControllerType> sessionBorderControllerTypes) The session border controllers.sessionBorderControllerTypes(SessionBorderControllerType... sessionBorderControllerTypes) The session border controllers.sessionBorderControllerTypesWithStrings(String... sessionBorderControllerTypes) The session border controllers.sessionBorderControllerTypesWithStrings(Collection<String> sessionBorderControllerTypes) The session border controllers.Methods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-