Class CfnLinkPropsMixin.LinkApplicationLogSamplingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.LinkApplicationLogSamplingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin.LinkApplicationLogSamplingProperty>
- Enclosing interface:
CfnLinkPropsMixin.LinkApplicationLogSamplingProperty
@Stability(Stable)
public static final class CfnLinkPropsMixin.LinkApplicationLogSamplingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin.LinkApplicationLogSamplingProperty>
A builder for
CfnLinkPropsMixin.LinkApplicationLogSamplingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLinkPropsMixin.LinkApplicationLogSamplingProperty.getErrorLog()Sets the value ofCfnLinkPropsMixin.LinkApplicationLogSamplingProperty.getFilterLog()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
errorLog
@Stability(Stable) public CfnLinkPropsMixin.LinkApplicationLogSamplingProperty.Builder errorLog(Number errorLog) Sets the value ofCfnLinkPropsMixin.LinkApplicationLogSamplingProperty.getErrorLog()- Parameters:
errorLog- An error log entry.- Returns:
this
-
filterLog
@Stability(Stable) public CfnLinkPropsMixin.LinkApplicationLogSamplingProperty.Builder filterLog(Number filterLog) Sets the value ofCfnLinkPropsMixin.LinkApplicationLogSamplingProperty.getFilterLog()- Parameters:
filterLog- A filter log entry.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin.LinkApplicationLogSamplingProperty>- Returns:
- a new instance of
CfnLinkPropsMixin.LinkApplicationLogSamplingProperty - Throws:
NullPointerException- if any required attribute was not provided
-