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
Modifier and TypeMethodDescriptionoAuthScopes
(String... oAuthScopes) The desired authorization scope for the Google Analytics account.oAuthScopes
(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 Details
-
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
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.
-