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 Details

    • create

      @Stability(Stable) public static CfnLoggingConfiguration.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      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

      @Stability(Stable) public CfnLoggingConfiguration.Builder name(String name)
      Logging-configuration name.

      The value does not need to be unique.

      Parameters:
      name - Logging-configuration name. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnLoggingConfiguration.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
    • build

      @Stability(Stable) public CfnLoggingConfiguration build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnLoggingConfiguration>
      Returns:
      a newly built instance of CfnLoggingConfiguration.