Uses of Interface
software.amazon.awssdk.services.appflow.model.ServiceNowConnectorProfileProperties.Builder
-
Packages that use ServiceNowConnectorProfileProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ServiceNowConnectorProfileProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ServiceNowConnectorProfileProperties.Builder Modifier and Type Method Description static ServiceNowConnectorProfileProperties.BuilderServiceNowConnectorProfileProperties. builder()ServiceNowConnectorProfileProperties.BuilderServiceNowConnectorProfileProperties.Builder. instanceUrl(String instanceUrl)The location of the ServiceNow resource.ServiceNowConnectorProfileProperties.BuilderServiceNowConnectorProfileProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ServiceNowConnectorProfileProperties.Builder Modifier and Type Method Description static Class<? extends ServiceNowConnectorProfileProperties.Builder>ServiceNowConnectorProfileProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ServiceNowConnectorProfileProperties.Builder Modifier and Type Method Description default ConnectorProfileProperties.BuilderConnectorProfileProperties.Builder. serviceNow(Consumer<ServiceNowConnectorProfileProperties.Builder> serviceNow)The connector-specific properties required by serviceNow.
-