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