Class CfnOutboundExternalLink.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnOutboundExternalLink.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOutboundExternalLink>
- Enclosing class:
CfnOutboundExternalLink
@Stability(Stable)
public static final class CfnOutboundExternalLink.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOutboundExternalLink>
A fluent builder for
CfnOutboundExternalLink.-
Method Summary
Modifier and TypeMethodDescriptionbuild()linkAttributes(IResolvable linkAttributes) linkAttributes(CfnOutboundExternalLink.LinkAttributesProperty linkAttributes) linkLogSettings(IResolvable linkLogSettings) linkLogSettings(CfnOutboundExternalLink.LinkLogSettingsProperty linkLogSettings) publicEndpoint(String publicEndpoint) Tags to assign to the Link.
-
Method Details
-
create
@Stability(Stable) public static CfnOutboundExternalLink.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnOutboundExternalLink.Builder.
-
gatewayId
- Parameters:
gatewayId- This parameter is required.- Returns:
this- See Also:
-
linkLogSettings
@Stability(Stable) public CfnOutboundExternalLink.Builder linkLogSettings(IResolvable linkLogSettings) - Parameters:
linkLogSettings- This parameter is required.- Returns:
this- See Also:
-
linkLogSettings
@Stability(Stable) public CfnOutboundExternalLink.Builder linkLogSettings(CfnOutboundExternalLink.LinkLogSettingsProperty linkLogSettings) - Parameters:
linkLogSettings- This parameter is required.- Returns:
this- See Also:
-
publicEndpoint
- Parameters:
publicEndpoint- This parameter is required.- Returns:
this- See Also:
-
linkAttributes
@Stability(Stable) public CfnOutboundExternalLink.Builder linkAttributes(IResolvable linkAttributes) - Parameters:
linkAttributes- This parameter is required.- Returns:
this- See Also:
-
linkAttributes
@Stability(Stable) public CfnOutboundExternalLink.Builder linkAttributes(CfnOutboundExternalLink.LinkAttributesProperty linkAttributes) - Parameters:
linkAttributes- This parameter is required.- Returns:
this- See Also:
-
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<CfnOutboundExternalLink>- Returns:
- a newly built instance of
CfnOutboundExternalLink.
-