Interface CustomModelTag
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CustomModelTag.Jsii$Proxy
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:58.227Z")
@Stability(Stable)
public interface CustomModelTag
extends software.amazon.jsii.JsiiSerializable
The key/value pair for a tag.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
CustomModelTag customModelTag = CustomModelTag.builder()
.key("key")
.value("value")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCustomModelTagstatic final classAn implementation forCustomModelTag -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
Key for the tag. -
getValue
Value for the tag. -
builder
- Returns:
- a
CustomModelTag.BuilderofCustomModelTag
-