Class CfnTelemetryEnrichmentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryEnrichmentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryEnrichmentPropsMixin>
- Enclosing class:
CfnTelemetryEnrichmentPropsMixin
@Stability(Stable)
public static final class CfnTelemetryEnrichmentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryEnrichmentPropsMixin>
A fluent builder for
CfnTelemetryEnrichmentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) Scope of the Telemetry Enrichment.
-
Method Details
-
create
@Stability(Stable) public static CfnTelemetryEnrichmentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTelemetryEnrichmentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTelemetryEnrichmentPropsMixin.Builder.
-
scope
Scope of the Telemetry Enrichment.- Parameters:
scope- Scope of the Telemetry Enrichment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryEnrichmentPropsMixin>- Returns:
- a newly built instance of
CfnTelemetryEnrichmentPropsMixin.
-