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