Uses of Interface
software.amazon.awssdk.services.appflow.model.GoogleAnalyticsConnectorProfileProperties.Builder
-
Packages that use GoogleAnalyticsConnectorProfileProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of GoogleAnalyticsConnectorProfileProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return GoogleAnalyticsConnectorProfileProperties.Builder Modifier and Type Method Description static GoogleAnalyticsConnectorProfileProperties.BuilderGoogleAnalyticsConnectorProfileProperties. builder()GoogleAnalyticsConnectorProfileProperties.BuilderGoogleAnalyticsConnectorProfileProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type GoogleAnalyticsConnectorProfileProperties.Builder Modifier and Type Method Description static Class<? extends GoogleAnalyticsConnectorProfileProperties.Builder>GoogleAnalyticsConnectorProfileProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type GoogleAnalyticsConnectorProfileProperties.Builder Modifier and Type Method Description default ConnectorProfileProperties.BuilderConnectorProfileProperties.Builder. googleAnalytics(Consumer<GoogleAnalyticsConnectorProfileProperties.Builder> googleAnalytics)The connector-specific properties required Google Analytics.
-