Class CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty>
- Enclosing interface:
CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty
@Stability(Stable)
public static final class CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
logTypes
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty.Builder logTypes(List<String> logTypes) Sets the value ofCfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty.getLogTypes()- Parameters:
logTypes- Types of logs to deliver.- Returns:
this
-
build
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty>- Returns:
- a new instance of
CfnOrganizationTelemetryRulePropsMixin.LogDeliveryParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-