Class CfnTelemetryPipelinesMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryPipelinesMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryPipelinesMixinProps>
- Enclosing interface:
CfnTelemetryPipelinesMixinProps
@Stability(Stable)
public static final class CfnTelemetryPipelinesMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryPipelinesMixinProps>
A builder for
CfnTelemetryPipelinesMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTelemetryPipelinesMixinProps.getConfiguration()configuration(IResolvable configuration) Sets the value ofCfnTelemetryPipelinesMixinProps.getConfiguration()Sets the value ofCfnTelemetryPipelinesMixinProps.getName()Sets the value ofCfnTelemetryPipelinesMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnTelemetryPipelinesMixinProps.Builder configuration(IResolvable configuration) Sets the value ofCfnTelemetryPipelinesMixinProps.getConfiguration()- Parameters:
configuration- The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations. For more information, see the Amazon CloudWatch User Guide .- Returns:
this
-
configuration
@Stability(Stable) public CfnTelemetryPipelinesMixinProps.Builder configuration(CfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty configuration) Sets the value ofCfnTelemetryPipelinesMixinProps.getConfiguration()- Parameters:
configuration- The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations. For more information, see the Amazon CloudWatch User Guide .- Returns:
this
-
name
Sets the value ofCfnTelemetryPipelinesMixinProps.getName()- Parameters:
name- The name of the telemetry pipeline to create. The name must be unique within your account.- Returns:
this
-
tags
Sets the value ofCfnTelemetryPipelinesMixinProps.getTags()- Parameters:
tags- The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryPipelinesMixinProps>- Returns:
- a new instance of
CfnTelemetryPipelinesMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-