Class CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>
- Enclosing interface:
CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty
@Stability(Stable)
public static final class CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.loggingTypes(List<String> loggingTypes) responseLoggingPercentage(Number responseLoggingPercentage)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
action
@Stability(Stable) public CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder action(String action) Sets the value ofCfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.getAction()- Parameters:
action- the value to be set.- Returns:
this
-
httpCode
@Stability(Stable) public CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder httpCode(String httpCode) Sets the value ofCfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.getHttpCode()- Parameters:
httpCode- the value to be set.- Returns:
this
-
loggingTypes
@Stability(Stable) public CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder loggingTypes(List<String> loggingTypes) Sets the value ofCfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.getLoggingTypes()- Parameters:
loggingTypes- the value to be set.- Returns:
this
-
responseLoggingPercentage
@Stability(Stable) public CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.Builder responseLoggingPercentage(Number responseLoggingPercentage) Sets the value ofCfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty.getResponseLoggingPercentage()- Parameters:
responseLoggingPercentage- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty>- Returns:
- a new instance of
CfnOutboundExternalLinkPropsMixin.ResponderErrorMaskingForHttpCodeProperty - Throws:
NullPointerException- if any required attribute was not provided
-