Package software.amazon.awscdk
Interface LazyStringValueOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LazyStringValueOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:23:55.827Z")
@Stability(Stable)
public interface LazyStringValueOptions
extends software.amazon.jsii.JsiiSerializable
Options for creating a lazy string token.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.*; LazyStringValueOptions lazyStringValueOptions = LazyStringValueOptions.builder() .displayHint("displayHint") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forLazyStringValueOptions
static final class
An implementation forLazyStringValueOptions
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisplayHint
Use the given name as a display hint.Default: - No hint
-
builder
- Returns:
- a
LazyStringValueOptions.Builder
ofLazyStringValueOptions
-