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