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