Class CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty>
- Enclosing interface:
CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty
@Stability(Stable)
public static final class CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getAction()action(IResolvable action) Sets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getAction()build()Builds the configured instance.filterConfiguration(List<? extends Object> filterConfiguration) filterConfiguration(IResolvable filterConfiguration) filterType(String filterType) holdbackPercentage(Number holdbackPercentage)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
action
@Stability(Stable) public CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder action(IResolvable action) Sets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getAction()- Parameters:
action- Describes a bid action.- Returns:
this
-
action
@Stability(Stable) public CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder action(CfnLinkPropsMixin.ActionProperty action) Sets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getAction()- Parameters:
action- Describes a bid action.- Returns:
this
-
filterConfiguration
@Stability(Stable) public CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder filterConfiguration(IResolvable filterConfiguration) Sets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getFilterConfiguration()- Parameters:
filterConfiguration- Describes the configuration of a filter.- Returns:
this
-
filterConfiguration
@Stability(Stable) public CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder filterConfiguration(List<? extends Object> filterConfiguration) Sets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getFilterConfiguration()- Parameters:
filterConfiguration- Describes the configuration of a filter.- Returns:
this
-
filterType
@Stability(Stable) public CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder filterType(String filterType) - Parameters:
filterType- The filter type.- Returns:
this
-
holdbackPercentage
@Stability(Stable) public CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.Builder holdbackPercentage(Number holdbackPercentage) Sets the value ofCfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty.getHoldbackPercentage()- Parameters:
holdbackPercentage- The hold back percentage.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty>- Returns:
- a new instance of
CfnLinkPropsMixin.OpenRtbAttributeModuleParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-