@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:19.105Z") @Stability(value=Stable) public interface EncodingOptions 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.*;
EncodingOptions encodingOptions = EncodingOptions.builder()
.displayHint("displayHint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EncodingOptions.Builder
A builder for
EncodingOptions |
static class |
EncodingOptions.Jsii$Proxy
An implementation for
EncodingOptions |
| Modifier and Type | Method and Description |
|---|---|
static EncodingOptions.Builder |
builder() |
default String |
getDisplayHint()
A hint for the Token's purpose when stringifying it.
|
@Stability(value=Stable) @Nullable default String getDisplayHint()
@Stability(value=Stable) static EncodingOptions.Builder builder()
EncodingOptions.Builder of EncodingOptionsCopyright © 2022. All rights reserved.