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