> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Java: LazyStringValueOptions

> CDKTN Core API Reference for LazyStringValueOptions in Java.

Options for creating a lazy string token.

## Initializer <a name="Initializer" id="cdktn.LazyStringValueOptions.Initializer" />

```java theme={null}
import io.cdktn.cdktn.LazyStringValueOptions;

LazyStringValueOptions.builder()
//  .displayHint(java.lang.String)
    .build();
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                  | **Type**                      | **Description**                       |
| ----------------------------------------------------------------------------------------- | ----------------------------- | ------------------------------------- |
| <code><a href="#cdktn.LazyStringValueOptions.property.displayHint">displayHint</a></code> | <code>java.lang.String</code> | Use the given name as a display hint. |

***

### `displayHint`<sup>Optional</sup> <a name="displayHint" id="cdktn.LazyStringValueOptions.property.displayHint" />

```java theme={null}
public java.lang.String getDisplayHint();
```

* *Type:* java.lang.String
* *Default:* No hint

Use the given name as a display hint.

***
