Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ServiceNowSourceProperties.Builder
-
Packages that use ServiceNowSourceProperties.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ServiceNowSourceProperties.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ServiceNowSourceProperties.Builder Modifier and Type Method Description static ServiceNowSourceProperties.BuilderServiceNowSourceProperties. builder()ServiceNowSourceProperties.BuilderServiceNowSourceProperties.Builder. object(String object)The object specified in the ServiceNow flow source.ServiceNowSourceProperties.BuilderServiceNowSourceProperties. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ServiceNowSourceProperties.Builder Modifier and Type Method Description static Class<? extends ServiceNowSourceProperties.Builder>ServiceNowSourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ServiceNowSourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. serviceNow(Consumer<ServiceNowSourceProperties.Builder> serviceNow)The properties that are applied when ServiceNow is being used as a source.
-