Class CfnInboundExternalLinkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnInboundExternalLinkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInboundExternalLinkPropsMixin>
- Enclosing class:
CfnInboundExternalLinkPropsMixin
@Stability(Stable)
public static final class CfnInboundExternalLinkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInboundExternalLinkPropsMixin>
A fluent builder for
CfnInboundExternalLinkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) linkAttributes(IResolvable linkAttributes) linkLogSettings(CfnInboundExternalLinkPropsMixin.LinkLogSettingsProperty linkLogSettings) linkLogSettings(IResolvable linkLogSettings) Tags to assign to the Link.
-
Method Details
-
create
@Stability(Stable) public static CfnInboundExternalLinkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnInboundExternalLinkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnInboundExternalLinkPropsMixin.Builder.
-
gatewayId
- Parameters:
gatewayId- This parameter is required.- Returns:
this- See Also:
-
linkAttributes
@Stability(Stable) public CfnInboundExternalLinkPropsMixin.Builder linkAttributes(IResolvable linkAttributes) - Parameters:
linkAttributes- This parameter is required.- Returns:
this- See Also:
-
linkAttributes
@Stability(Stable) public CfnInboundExternalLinkPropsMixin.Builder linkAttributes(CfnInboundExternalLinkPropsMixin.LinkAttributesProperty linkAttributes) - Parameters:
linkAttributes- This parameter is required.- Returns:
this- See Also:
-
linkLogSettings
@Stability(Stable) public CfnInboundExternalLinkPropsMixin.Builder linkLogSettings(IResolvable linkLogSettings) - Parameters:
linkLogSettings- This parameter is required.- Returns:
this- See Also:
-
linkLogSettings
@Stability(Stable) public CfnInboundExternalLinkPropsMixin.Builder linkLogSettings(CfnInboundExternalLinkPropsMixin.LinkLogSettingsProperty linkLogSettings) - Parameters:
linkLogSettings- This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnInboundExternalLinkPropsMixin.Builder tags(List<? extends CfnTag> tags) Tags to assign to the Link.- Parameters:
tags- Tags to assign to the Link. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInboundExternalLinkPropsMixin>- Returns:
- a newly built instance of
CfnInboundExternalLinkPropsMixin.
-