Interface ProjectCardOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectCardOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.473Z") @Stability(Stable) public interface ProjectCardOptions extends software.amazon.jsii.JsiiSerializable
Project card options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectCardOptions.BuilderA builder forProjectCardOptionsstatic classProjectCardOptions.Jsii$ProxyAn implementation forProjectCardOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ProjectCardOptions.Builderbuilder()default List<String>getTypes()Which activity types to trigger on.
-
-
-
Method Detail
-
getTypes
@Stability(Stable) @Nullable default List<String> getTypes()
Which activity types to trigger on.
-
builder
@Stability(Stable) static ProjectCardOptions.Builder builder()
- Returns:
- a
ProjectCardOptions.BuilderofProjectCardOptions
-
-