Uses of Interface
software.amazon.awssdk.services.appflow.model.CustomerProfilesDestinationProperties.Builder
-
Packages that use CustomerProfilesDestinationProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CustomerProfilesDestinationProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CustomerProfilesDestinationProperties.Builder Modifier and Type Method Description static CustomerProfilesDestinationProperties.BuilderCustomerProfilesDestinationProperties. builder()CustomerProfilesDestinationProperties.BuilderCustomerProfilesDestinationProperties.Builder. domainName(String domainName)The unique name of the Amazon Connect Customer Profiles domain.CustomerProfilesDestinationProperties.BuilderCustomerProfilesDestinationProperties.Builder. objectTypeName(String objectTypeName)The object specified in the Amazon Connect Customer Profiles flow destination.CustomerProfilesDestinationProperties.BuilderCustomerProfilesDestinationProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CustomerProfilesDestinationProperties.Builder Modifier and Type Method Description static Class<? extends CustomerProfilesDestinationProperties.Builder>CustomerProfilesDestinationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type CustomerProfilesDestinationProperties.Builder Modifier and Type Method Description default DestinationConnectorProperties.BuilderDestinationConnectorProperties.Builder. customerProfiles(Consumer<CustomerProfilesDestinationProperties.Builder> customerProfiles)The properties required to query Amazon Connect Customer Profiles.
-