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