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