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