Class CfnLinkPropsMixin.LinkLogSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.LinkLogSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin.LinkLogSettingsProperty>
- Enclosing interface:
CfnLinkPropsMixin.LinkLogSettingsProperty
@Stability(Stable)
public static final class CfnLinkPropsMixin.LinkLogSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin.LinkLogSettingsProperty>
A builder for
CfnLinkPropsMixin.LinkLogSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationLogs(CfnLinkPropsMixin.ApplicationLogsProperty applicationLogs) Sets the value ofCfnLinkPropsMixin.LinkLogSettingsProperty.getApplicationLogs()applicationLogs(IResolvable applicationLogs) Sets the value ofCfnLinkPropsMixin.LinkLogSettingsProperty.getApplicationLogs()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationLogs
@Stability(Stable) public CfnLinkPropsMixin.LinkLogSettingsProperty.Builder applicationLogs(IResolvable applicationLogs) Sets the value ofCfnLinkPropsMixin.LinkLogSettingsProperty.getApplicationLogs()- Parameters:
applicationLogs- Describes the configuration of a link application log.- Returns:
this
-
applicationLogs
@Stability(Stable) public CfnLinkPropsMixin.LinkLogSettingsProperty.Builder applicationLogs(CfnLinkPropsMixin.ApplicationLogsProperty applicationLogs) Sets the value ofCfnLinkPropsMixin.LinkLogSettingsProperty.getApplicationLogs()- Parameters:
applicationLogs- Describes the configuration of a link application log.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin.LinkLogSettingsProperty>- Returns:
- a new instance of
CfnLinkPropsMixin.LinkLogSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-