Class CfnLoggingConfigurationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivschat.CfnLoggingConfigurationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLoggingConfigurationMixinProps>
- Enclosing interface:
CfnLoggingConfigurationMixinProps
@Stability(Stable)
public static final class CfnLoggingConfigurationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLoggingConfigurationMixinProps>
A builder for
CfnLoggingConfigurationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationConfiguration(CfnLoggingConfigurationPropsMixin.DestinationConfigurationProperty destinationConfiguration) Sets the value ofCfnLoggingConfigurationMixinProps.getDestinationConfiguration()destinationConfiguration(IResolvable destinationConfiguration) Sets the value ofCfnLoggingConfigurationMixinProps.getDestinationConfiguration()Sets the value ofCfnLoggingConfigurationMixinProps.getName()Sets the value ofCfnLoggingConfigurationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfigurationMixinProps.Builder destinationConfiguration(IResolvable destinationConfiguration) Sets the value ofCfnLoggingConfigurationMixinProps.getDestinationConfiguration()- Parameters:
destinationConfiguration- The DestinationConfiguration is a complex type that contains information about where chat content will be logged.- Returns:
this
-
destinationConfiguration
@Stability(Stable) public CfnLoggingConfigurationMixinProps.Builder destinationConfiguration(CfnLoggingConfigurationPropsMixin.DestinationConfigurationProperty destinationConfiguration) Sets the value ofCfnLoggingConfigurationMixinProps.getDestinationConfiguration()- Parameters:
destinationConfiguration- The DestinationConfiguration is a complex type that contains information about where chat content will be logged.- Returns:
this
-
name
Sets the value ofCfnLoggingConfigurationMixinProps.getName()- Parameters:
name- Logging-configuration name. The value does not need to be unique.- Returns:
this
-
tags
@Stability(Stable) public CfnLoggingConfigurationMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnLoggingConfigurationMixinProps.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<CfnLoggingConfigurationMixinProps>- Returns:
- a new instance of
CfnLoggingConfigurationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-