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