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