Class CfnOrganizationTelemetryRulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin>
- Enclosing class:
CfnOrganizationTelemetryRulePropsMixin
@Stability(Stable)
public static final class CfnOrganizationTelemetryRulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin>
A fluent builder for
CfnOrganizationTelemetryRulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the organization telemetry rule.rule(IResolvable rule) The name of the organization telemetry rule.The name of the organization centralization rule.Lists all tags attached to the specified resource.
-
Method Details
-
create
@Stability(Stable) public static CfnOrganizationTelemetryRulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOrganizationTelemetryRulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOrganizationTelemetryRulePropsMixin.Builder.
-
rule
The name of the organization telemetry rule.- Parameters:
rule- The name of the organization telemetry rule. This parameter is required.- Returns:
this- See Also:
-
rule
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.Builder rule(CfnOrganizationTelemetryRulePropsMixin.TelemetryRuleProperty rule) The name of the organization telemetry rule.- Parameters:
rule- The name of the organization telemetry rule. This parameter is required.- Returns:
this- See Also:
-
ruleName
The name of the organization centralization rule.- Parameters:
ruleName- The name of the organization centralization rule. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.Builder tags(List<? extends CfnTag> tags) Lists all tags attached to the specified resource.Supports telemetry rule resources and telemetry pipeline resources.
- Parameters:
tags- Lists all tags attached to the specified resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin>- Returns:
- a newly built instance of
CfnOrganizationTelemetryRulePropsMixin.
-