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