Uses of Interface
software.amazon.awssdk.services.appflow.model.ServiceNowSourceProperties.Builder
-
Packages that use ServiceNowSourceProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ServiceNowSourceProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.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.appflow.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.appflow.model with type arguments of type ServiceNowSourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. serviceNow(Consumer<ServiceNowSourceProperties.Builder> serviceNow)Specifies the information that is required for querying ServiceNow.
-