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