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