Class CfnLoggingConfigurationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivschat.CfnLoggingConfigurationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLoggingConfigurationPropsMixin>
- Enclosing class:
CfnLoggingConfigurationPropsMixin
@Stability(Stable)
public static final class CfnLoggingConfigurationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLoggingConfigurationPropsMixin>
A fluent builder for
CfnLoggingConfigurationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) destinationConfiguration(CfnLoggingConfigurationPropsMixin.DestinationConfigurationProperty destinationConfiguration) The DestinationConfiguration is a complex type that contains information about where chat content will be logged.destinationConfiguration(IResolvable destinationConfiguration) The DestinationConfiguration is a complex type that contains information about where chat content will be logged.Logging-configuration name.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnLoggingConfigurationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLoggingConfigurationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLoggingConfigurationPropsMixin.Builder.
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfigurationPropsMixin.Builder destinationConfiguration(IResolvable destinationConfiguration) The DestinationConfiguration is a complex type that contains information about where chat content will be logged.- Parameters:
destinationConfiguration- The DestinationConfiguration is a complex type that contains information about where chat content will be logged. This parameter is required.- Returns:
this- See Also:
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfigurationPropsMixin.Builder destinationConfiguration(CfnLoggingConfigurationPropsMixin.DestinationConfigurationProperty destinationConfiguration) The DestinationConfiguration is a complex type that contains information about where chat content will be logged.- Parameters:
destinationConfiguration- The DestinationConfiguration is a complex type that contains information about where chat content will be logged. This parameter is required.- Returns:
this- See Also:
-
name
Logging-configuration name.The value does not need to be unique.
- Parameters:
name- Logging-configuration name. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnLoggingConfigurationPropsMixin.Builder tags(List<? extends CfnTag> tags) An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLoggingConfigurationPropsMixin>- Returns:
- a newly built instance of
CfnLoggingConfigurationPropsMixin.
-