@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.128Z") @Stability(value=Experimental) public interface LazyStringValueOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
LazyStringValueOptions lazyStringValueOptions = LazyStringValueOptions.builder()
.displayHint("displayHint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
LazyStringValueOptions.Builder
A builder for
LazyStringValueOptions |
static class |
LazyStringValueOptions.Jsii$Proxy
An implementation for
LazyStringValueOptions |
| Modifier and Type | Method and Description |
|---|---|
static LazyStringValueOptions.Builder |
builder() |
default String |
getDisplayHint()
(experimental) Use the given name as a display hint.
|
@Stability(value=Experimental) @Nullable default String getDisplayHint()
Default: - No hint
@Stability(value=Experimental) static LazyStringValueOptions.Builder builder()
LazyStringValueOptions.Builder of LazyStringValueOptionsCopyright © 2022. All rights reserved.