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