Uses of Interface
software.amazon.awssdk.services.appflow.model.GoogleAnalyticsSourceProperties.Builder
-
Packages that use GoogleAnalyticsSourceProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of GoogleAnalyticsSourceProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return GoogleAnalyticsSourceProperties.Builder Modifier and Type Method Description static GoogleAnalyticsSourceProperties.BuilderGoogleAnalyticsSourceProperties. builder()GoogleAnalyticsSourceProperties.BuilderGoogleAnalyticsSourceProperties.Builder. object(String object)The object specified in the Google Analytics flow source.GoogleAnalyticsSourceProperties.BuilderGoogleAnalyticsSourceProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type GoogleAnalyticsSourceProperties.Builder Modifier and Type Method Description static Class<? extends GoogleAnalyticsSourceProperties.Builder>GoogleAnalyticsSourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type GoogleAnalyticsSourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. googleAnalytics(Consumer<GoogleAnalyticsSourceProperties.Builder> googleAnalytics)Specifies the information that is required for querying Google Analytics.
-