Class CfnTelemetryPipelinesPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryPipelinesPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryPipelinesPropsMixin>
- Enclosing class:
CfnTelemetryPipelinesPropsMixin
@Stability(Stable)
public static final class CfnTelemetryPipelinesPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryPipelinesPropsMixin>
A fluent builder for
CfnTelemetryPipelinesPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.configuration(IResolvable configuration) The configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.create()create(CfnPropertyMixinOptions options) 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 CfnTelemetryPipelinesPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTelemetryPipelinesPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTelemetryPipelinesPropsMixin.Builder.
-
configuration
@Stability(Stable) public CfnTelemetryPipelinesPropsMixin.Builder configuration(IResolvable 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 CfnTelemetryPipelinesPropsMixin.Builder configuration(CfnTelemetryPipelinesPropsMixin.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<CfnTelemetryPipelinesPropsMixin>- Returns:
- a newly built instance of
CfnTelemetryPipelinesPropsMixin.
-