@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:12.468Z")
public interface AddFieldOptions
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 java.lang.String |
getFieldName()
(experimental) The name of the field.
|
default IField getField()
This option must be configured for Object, Interface, Input and Union Types.
Default: - no IField
default java.lang.String getFieldName()
This option must be configured for Object, Interface, Input and Enum Types.
Default: - no fieldName
static AddFieldOptions.Builder builder()
AddFieldOptions.Builder
of AddFieldOptions