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