Class CfnLink.NoBidModuleParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnLink.NoBidModuleParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLink.NoBidModuleParametersProperty>
- Enclosing interface:
CfnLink.NoBidModuleParametersProperty
@Stability(Stable)
public static final class CfnLink.NoBidModuleParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLink.NoBidModuleParametersProperty>
A builder for
CfnLink.NoBidModuleParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.passThroughPercentage(Number passThroughPercentage) Sets the value ofCfnLink.NoBidModuleParametersProperty.getPassThroughPercentage()Sets the value ofCfnLink.NoBidModuleParametersProperty.getReason()reasonCode(Number reasonCode) Sets the value ofCfnLink.NoBidModuleParametersProperty.getReasonCode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
passThroughPercentage
@Stability(Stable) public CfnLink.NoBidModuleParametersProperty.Builder passThroughPercentage(Number passThroughPercentage) Sets the value ofCfnLink.NoBidModuleParametersProperty.getPassThroughPercentage()- Parameters:
passThroughPercentage- The pass through percentage.- Returns:
this
-
reason
Sets the value ofCfnLink.NoBidModuleParametersProperty.getReason()- Parameters:
reason- The reason description.- Returns:
this
-
reasonCode
@Stability(Stable) public CfnLink.NoBidModuleParametersProperty.Builder reasonCode(Number reasonCode) Sets the value ofCfnLink.NoBidModuleParametersProperty.getReasonCode()- Parameters:
reasonCode- The reason code.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLink.NoBidModuleParametersProperty>- Returns:
- a new instance of
CfnLink.NoBidModuleParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-