Class CfnTelemetryEnrichmentProps.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryEnrichmentProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryEnrichmentProps>
- Enclosing interface:
CfnTelemetryEnrichmentProps
@Stability(Stable)
public static final class CfnTelemetryEnrichmentProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryEnrichmentProps>
A builder for
CfnTelemetryEnrichmentProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTelemetryEnrichmentProps.getScope()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scope
Sets the value ofCfnTelemetryEnrichmentProps.getScope()- Parameters:
scope- Scope of the Telemetry Enrichment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryEnrichmentProps>- Returns:
- a new instance of
CfnTelemetryEnrichmentProps - Throws:
NullPointerException- if any required attribute was not provided
-