Class CfnLoggingConfiguration.Builder
java.lang.Object
software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLoggingConfiguration>
- Enclosing class:
- CfnLoggingConfiguration
@Stability(Stable)
public static final class CfnLoggingConfiguration.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLoggingConfiguration>
A fluent builder for
CfnLoggingConfiguration
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
destinationConfiguration
(IResolvable destinationConfiguration) The DestinationConfiguration is a complex type that contains information about where chat content will be logged.destinationConfiguration
(CfnLoggingConfiguration.DestinationConfigurationProperty 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
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnLoggingConfiguration.Builder
.
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfiguration.Builder destinationConfiguration(CfnLoggingConfiguration.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
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfiguration.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
-
name
Logging-configuration name.The value does not need to be unique.
- Parameters:
name
- Logging-configuration name. This parameter is required.- Returns:
this
-
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
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLoggingConfiguration>
- Returns:
- a newly built instance of
CfnLoggingConfiguration
.
-