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