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