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