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