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