Class CfnOutboundExternalLinkProps.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnOutboundExternalLinkProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOutboundExternalLinkProps>
- Enclosing interface:
CfnOutboundExternalLinkProps
@Stability(Stable)
public static final class CfnOutboundExternalLinkProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOutboundExternalLinkProps>
A builder for
CfnOutboundExternalLinkProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnOutboundExternalLinkProps.getGatewayId()linkAttributes(IResolvable linkAttributes) Sets the value ofCfnOutboundExternalLinkProps.getLinkAttributes()linkAttributes(CfnOutboundExternalLink.LinkAttributesProperty linkAttributes) Sets the value ofCfnOutboundExternalLinkProps.getLinkAttributes()linkLogSettings(IResolvable linkLogSettings) Sets the value ofCfnOutboundExternalLinkProps.getLinkLogSettings()linkLogSettings(CfnOutboundExternalLink.LinkLogSettingsProperty linkLogSettings) Sets the value ofCfnOutboundExternalLinkProps.getLinkLogSettings()publicEndpoint(String publicEndpoint) Sets the value ofCfnOutboundExternalLinkProps.getPublicEndpoint()Sets the value ofCfnOutboundExternalLinkProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gatewayId
Sets the value ofCfnOutboundExternalLinkProps.getGatewayId()- Parameters:
gatewayId- the value to be set. This parameter is required.- Returns:
this
-
linkLogSettings
@Stability(Stable) public CfnOutboundExternalLinkProps.Builder linkLogSettings(IResolvable linkLogSettings) Sets the value ofCfnOutboundExternalLinkProps.getLinkLogSettings()- Parameters:
linkLogSettings- the value to be set. This parameter is required.- Returns:
this
-
linkLogSettings
@Stability(Stable) public CfnOutboundExternalLinkProps.Builder linkLogSettings(CfnOutboundExternalLink.LinkLogSettingsProperty linkLogSettings) Sets the value ofCfnOutboundExternalLinkProps.getLinkLogSettings()- Parameters:
linkLogSettings- the value to be set. This parameter is required.- Returns:
this
-
publicEndpoint
@Stability(Stable) public CfnOutboundExternalLinkProps.Builder publicEndpoint(String publicEndpoint) Sets the value ofCfnOutboundExternalLinkProps.getPublicEndpoint()- Parameters:
publicEndpoint- the value to be set. This parameter is required.- Returns:
this
-
linkAttributes
@Stability(Stable) public CfnOutboundExternalLinkProps.Builder linkAttributes(IResolvable linkAttributes) Sets the value ofCfnOutboundExternalLinkProps.getLinkAttributes()- Parameters:
linkAttributes- the value to be set.- Returns:
this
-
linkAttributes
@Stability(Stable) public CfnOutboundExternalLinkProps.Builder linkAttributes(CfnOutboundExternalLink.LinkAttributesProperty linkAttributes) Sets the value ofCfnOutboundExternalLinkProps.getLinkAttributes()- Parameters:
linkAttributes- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnOutboundExternalLinkProps.getTags()- Parameters:
tags- Tags to assign to the Link.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOutboundExternalLinkProps>- Returns:
- a new instance of
CfnOutboundExternalLinkProps - Throws:
NullPointerException- if any required attribute was not provided
-