Class CfnLinkPropsMixin.ModuleParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.ModuleParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin.ModuleParametersProperty>
- Enclosing interface:
CfnLinkPropsMixin.ModuleParametersProperty
@Stability(Stable)
public static final class CfnLinkPropsMixin.ModuleParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin.ModuleParametersProperty>
A builder for
CfnLinkPropsMixin.ModuleParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getNoBid()noBid(IResolvable noBid) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getNoBid()openRtbAttribute(CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty openRtbAttribute) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getOpenRtbAttribute()openRtbAttribute(IResolvable openRtbAttribute) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getOpenRtbAttribute()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
noBid
@Stability(Stable) public CfnLinkPropsMixin.ModuleParametersProperty.Builder noBid(IResolvable noBid) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getNoBid()- Parameters:
noBid- Describes the parameters of a no bid module.- Returns:
this
-
noBid
@Stability(Stable) public CfnLinkPropsMixin.ModuleParametersProperty.Builder noBid(CfnLinkPropsMixin.NoBidModuleParametersProperty noBid) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getNoBid()- Parameters:
noBid- Describes the parameters of a no bid module.- Returns:
this
-
openRtbAttribute
@Stability(Stable) public CfnLinkPropsMixin.ModuleParametersProperty.Builder openRtbAttribute(IResolvable openRtbAttribute) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getOpenRtbAttribute()- Parameters:
openRtbAttribute- Describes the parameters of an open RTB attribute module.- Returns:
this
-
openRtbAttribute
@Stability(Stable) public CfnLinkPropsMixin.ModuleParametersProperty.Builder openRtbAttribute(CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty openRtbAttribute) Sets the value ofCfnLinkPropsMixin.ModuleParametersProperty.getOpenRtbAttribute()- Parameters:
openRtbAttribute- Describes the parameters of an open RTB attribute module.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin.ModuleParametersProperty>- Returns:
- a new instance of
CfnLinkPropsMixin.ModuleParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-