Uses of Interface
software.amazon.awssdk.services.connect.model.Customer.Builder
-
Packages that use Customer.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Customer.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Customer.Builder Modifier and Type Method Description static Customer.BuilderCustomer. builder()default Customer.BuilderCustomer.Builder. capabilities(Consumer<ParticipantCapabilities.Builder> capabilities)Sets the value of the Capabilities property for this object.Customer.BuilderCustomer.Builder. capabilities(ParticipantCapabilities capabilities)Sets the value of the Capabilities property for this object.default Customer.BuilderCustomer.Builder. deviceInfo(Consumer<DeviceInfo.Builder> deviceInfo)Information regarding Customer’s device.Customer.BuilderCustomer.Builder. deviceInfo(DeviceInfo deviceInfo)Information regarding Customer’s device.Customer.BuilderCustomer. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Customer.Builder Modifier and Type Method Description static Class<? extends Customer.Builder>Customer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Customer.Builder Modifier and Type Method Description default Contact.BuilderContact.Builder. customer(Consumer<Customer.Builder> customer)Information about the Customer on the contact.
-