@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.940Z") @Stability(value=Experimental) public interface AddFieldOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddFieldOptions.Builder
A builder for
AddFieldOptions |
static class |
AddFieldOptions.Jsii$Proxy
An implementation for
AddFieldOptions |
| Modifier and Type | Method and Description |
|---|---|
static AddFieldOptions.Builder |
builder() |
default IField |
getField()
(experimental) The resolvable field to add.
|
default String |
getFieldName()
(experimental) The name of the field.
|
@Stability(value=Experimental) @Nullable default IField getField()
This option must be configured for Object, Interface, Input and Union Types.
Default: - no IField
@Stability(value=Experimental) @Nullable default String getFieldName()
This option must be configured for Object, Interface, Input and Enum Types.
Default: - no fieldName
@Stability(value=Experimental) static AddFieldOptions.Builder builder()
AddFieldOptions.Builder of AddFieldOptionsCopyright © 2021. All rights reserved.