@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:42.714Z") @Stability(value=Experimental) public interface AddFieldOptions 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.services.appsync.*;
Field field;
AddFieldOptions addFieldOptions = AddFieldOptions.builder()
.field(field)
.fieldName("fieldName")
.build();
| 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 © 2022. All rights reserved.