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