Class CfnLoggingConfigurationProps.Builder
java.lang.Object
software.amazon.awscdk.services.ivschat.CfnLoggingConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLoggingConfigurationProps>
- Enclosing interface:
- CfnLoggingConfigurationProps
@Stability(Stable)
public static final class CfnLoggingConfigurationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLoggingConfigurationProps>
A builder for
CfnLoggingConfigurationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationConfiguration(IResolvable destinationConfiguration) Sets the value ofCfnLoggingConfigurationProps.getDestinationConfiguration()destinationConfiguration(CfnLoggingConfiguration.DestinationConfigurationProperty destinationConfiguration) Sets the value ofCfnLoggingConfigurationProps.getDestinationConfiguration()Sets the value ofCfnLoggingConfigurationProps.getName()Sets the value ofCfnLoggingConfigurationProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfigurationProps.Builder destinationConfiguration(CfnLoggingConfiguration.DestinationConfigurationProperty destinationConfiguration) Sets the value ofCfnLoggingConfigurationProps.getDestinationConfiguration()- 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 CfnLoggingConfigurationProps.Builder destinationConfiguration(IResolvable destinationConfiguration) Sets the value ofCfnLoggingConfigurationProps.getDestinationConfiguration()- 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
Sets the value ofCfnLoggingConfigurationProps.getName()- Parameters:
name- Logging-configuration name. The value does not need to be unique.- Returns:
this
-
tags
Sets the value ofCfnLoggingConfigurationProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLoggingConfigurationProps>- Returns:
- a new instance of
CfnLoggingConfigurationProps - Throws:
NullPointerException- if any required attribute was not provided
-