Interface GoogleAnalyticsMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GoogleAnalyticsMetadata.Builder,GoogleAnalyticsMetadata>,SdkBuilder<GoogleAnalyticsMetadata.Builder,GoogleAnalyticsMetadata>,SdkPojo
- Enclosing class:
- GoogleAnalyticsMetadata
public static interface GoogleAnalyticsMetadata.Builder extends SdkPojo, CopyableBuilder<GoogleAnalyticsMetadata.Builder,GoogleAnalyticsMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GoogleAnalyticsMetadata.BuilderoAuthScopes(String... oAuthScopes)The desired authorization scope for the Google Analytics account.GoogleAnalyticsMetadata.BuilderoAuthScopes(Collection<String> oAuthScopes)The desired authorization scope for the Google Analytics account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
oAuthScopes
GoogleAnalyticsMetadata.Builder oAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Google Analytics account.
- Parameters:
oAuthScopes- The desired authorization scope for the Google Analytics account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oAuthScopes
GoogleAnalyticsMetadata.Builder oAuthScopes(String... oAuthScopes)
The desired authorization scope for the Google Analytics account.
- Parameters:
oAuthScopes- The desired authorization scope for the Google Analytics account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-