Class CfnTelemetryPipelines.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryPipelines.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryPipelines>
- Enclosing class:
CfnTelemetryPipelines
@Stability(Stable)
public static final class CfnTelemetryPipelines.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryPipelines>
A fluent builder for
CfnTelemetryPipelines.-
Method Summary
Modifier and TypeMethodDescriptionbuild()configuration(IResolvable configuration) The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.The name of the telemetry pipeline to create.The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.
-
Method Details
-
create
@Stability(Stable) public static CfnTelemetryPipelines.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTelemetryPipelines.Builder.
-
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 .
- Parameters:
configuration- The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations. This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnTelemetryPipelines.Builder configuration(CfnTelemetryPipelines.TelemetryPipelineConfigurationProperty 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 .
- Parameters:
configuration- The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations. This parameter is required.- Returns:
this- See Also:
-
name
The name of the telemetry pipeline to create.The name must be unique within your account.
- Parameters:
name- The name of the telemetry pipeline to create. This parameter is required.- Returns:
this- See Also:
-
tags
The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.- Parameters:
tags- The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryPipelines>- Returns:
- a newly built instance of
CfnTelemetryPipelines.
-