Class CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty>
- Enclosing interface:
CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty
@Stability(Stable)
public static final class CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
body
@Stability(Stable) public CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty.Builder body(String body) - Parameters:
body- The pipeline configuration body that defines the data processing rules and transformations.- Returns:
this
-
build
@Stability(Stable) public CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty>- Returns:
- a new instance of
CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-