Interface CfnLinkPropsMixin.NoBidActionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLinkPropsMixin.NoBidActionProperty.Jsii$Proxy
- Enclosing class:
CfnLinkPropsMixin
@Stability(Stable)
public static interface CfnLinkPropsMixin.NoBidActionProperty
extends software.amazon.jsii.JsiiSerializable
Describes a no bid action.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.*;
NoBidActionProperty noBidActionProperty = NoBidActionProperty.builder()
.noBidReasonCode(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLinkPropsMixin.NoBidActionPropertystatic final classAn implementation forCfnLinkPropsMixin.NoBidActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNoBidReasonCode
The reason code for the no bid action.- See Also:
-
builder
-