@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.892Z") @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.