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