Class CfnLinkPropsMixin.NoBidActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.NoBidActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin.NoBidActionProperty>
- Enclosing interface:
CfnLinkPropsMixin.NoBidActionProperty
@Stability(Stable)
public static final class CfnLinkPropsMixin.NoBidActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin.NoBidActionProperty>
A builder for
CfnLinkPropsMixin.NoBidActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.noBidReasonCode(Number noBidReasonCode) Sets the value ofCfnLinkPropsMixin.NoBidActionProperty.getNoBidReasonCode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
noBidReasonCode
@Stability(Stable) public CfnLinkPropsMixin.NoBidActionProperty.Builder noBidReasonCode(Number noBidReasonCode) Sets the value ofCfnLinkPropsMixin.NoBidActionProperty.getNoBidReasonCode()- Parameters:
noBidReasonCode- The reason code for the no bid action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin.NoBidActionProperty>- Returns:
- a new instance of
CfnLinkPropsMixin.NoBidActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-