| Modifier and Type | Class and Description |
|---|---|
static class |
LazyStringValueOptions.Jsii$Proxy
An implementation for
LazyStringValueOptions |
| Modifier and Type | Method and Description |
|---|---|
LazyStringValueOptions |
LazyStringValueOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Lazy.string(IStableStringProducer producer,
LazyStringValueOptions options)
Defer the one-time calculation of a string value to synthesis time.
|
static String |
Lazy.stringValue(IStringProducer producer,
LazyStringValueOptions options)
Deprecated.
Use `Lazy.string()` or `Lazy.uncachedString()` instead.
|
static String |
Lazy.uncachedString(IStringProducer producer,
LazyStringValueOptions options)
Defer the calculation of a string value to synthesis time.
|
Copyright © 2021. All rights reserved.