Class CfnInboundExternalLink.LinkAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnInboundExternalLink.LinkAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInboundExternalLink.LinkAttributesProperty>
- Enclosing interface:
CfnInboundExternalLink.LinkAttributesProperty
@Stability(Stable)
public static final class CfnInboundExternalLink.LinkAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInboundExternalLink.LinkAttributesProperty>
A builder for
CfnInboundExternalLink.LinkAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customerProvidedId(String customerProvidedId) Sets the value ofCfnInboundExternalLink.LinkAttributesProperty.getCustomerProvidedId()responderErrorMasking(List<? extends Object> responderErrorMasking) Sets the value ofCfnInboundExternalLink.LinkAttributesProperty.getResponderErrorMasking()responderErrorMasking(IResolvable responderErrorMasking) Sets the value ofCfnInboundExternalLink.LinkAttributesProperty.getResponderErrorMasking()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customerProvidedId
@Stability(Stable) public CfnInboundExternalLink.LinkAttributesProperty.Builder customerProvidedId(String customerProvidedId) Sets the value ofCfnInboundExternalLink.LinkAttributesProperty.getCustomerProvidedId()- Parameters:
customerProvidedId- the value to be set.- Returns:
this
-
responderErrorMasking
@Stability(Stable) public CfnInboundExternalLink.LinkAttributesProperty.Builder responderErrorMasking(IResolvable responderErrorMasking) Sets the value ofCfnInboundExternalLink.LinkAttributesProperty.getResponderErrorMasking()- Parameters:
responderErrorMasking- the value to be set.- Returns:
this
-
responderErrorMasking
@Stability(Stable) public CfnInboundExternalLink.LinkAttributesProperty.Builder responderErrorMasking(List<? extends Object> responderErrorMasking) Sets the value ofCfnInboundExternalLink.LinkAttributesProperty.getResponderErrorMasking()- Parameters:
responderErrorMasking- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInboundExternalLink.LinkAttributesProperty>- Returns:
- a new instance of
CfnInboundExternalLink.LinkAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-