Class CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.GoogleAnalyticsSourcePropertiesProperty>
- Enclosing interface:
- CfnFlow.GoogleAnalyticsSourcePropertiesProperty
@Stability(Stable)
public static final class CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.GoogleAnalyticsSourcePropertiesProperty>
A builder for
CfnFlow.GoogleAnalyticsSourcePropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFlow.GoogleAnalyticsSourcePropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
object
@Stability(Stable) public CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder object(String object) Sets the value ofCfnFlow.GoogleAnalyticsSourcePropertiesProperty.getObject()
- Parameters:
object
- The object specified in the Google Analytics flow source. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.GoogleAnalyticsSourcePropertiesProperty>
- Returns:
- a new instance of
CfnFlow.GoogleAnalyticsSourcePropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-