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