@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResolverRequest extends AppSyncRequest implements ToCopyableBuilder<UpdateResolverRequest.Builder,UpdateResolverRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResolverRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiId()
The API ID.
|
static UpdateResolverRequest.Builder |
builder() |
CachingConfig |
cachingConfig()
The caching configuration for the resolver.
|
String |
dataSourceName()
The new data source name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldName()
The new field name.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResolverKind |
kind()
The resolver type.
|
String |
kindAsString()
The resolver type.
|
PipelineConfig |
pipelineConfig()
The
PipelineConfig. |
String |
requestMappingTemplate()
The new request mapping template.
|
String |
responseMappingTemplate()
The new response mapping template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResolverRequest.Builder> |
serializableBuilderClass() |
SyncConfig |
syncConfig()
The
SyncConfig for a resolver attached to a versioned datasource. |
UpdateResolverRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
The new type name.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String apiId()
The API ID.
public String typeName()
The new type name.
public String fieldName()
The new field name.
public String dataSourceName()
The new data source name.
public String requestMappingTemplate()
The new request mapping template.
public String responseMappingTemplate()
The new response mapping template.
public ResolverKind kind()
The resolver type.
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.
PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of
Function in a serial manner. You can use a pipeline resolver to execute a GraphQL query against
multiple data sources.
If the service returns an enum value that is not available in the current SDK version, kind will return
ResolverKind.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
kindAsString().
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.
PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of
Function in a serial manner. You can use a pipeline resolver to execute a GraphQL query
against multiple data sources.
ResolverKindpublic String kindAsString()
The resolver type.
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.
PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of
Function in a serial manner. You can use a pipeline resolver to execute a GraphQL query against
multiple data sources.
If the service returns an enum value that is not available in the current SDK version, kind will return
ResolverKind.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
kindAsString().
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.
PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of
Function in a serial manner. You can use a pipeline resolver to execute a GraphQL query
against multiple data sources.
ResolverKindpublic PipelineConfig pipelineConfig()
The PipelineConfig.
PipelineConfig.public SyncConfig syncConfig()
The SyncConfig for a resolver attached to a versioned datasource.
SyncConfig for a resolver attached to a versioned datasource.public CachingConfig cachingConfig()
The caching configuration for the resolver.
public UpdateResolverRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResolverRequest.Builder,UpdateResolverRequest>toBuilder in class AppSyncRequestpublic static UpdateResolverRequest.Builder builder()
public static Class<? extends UpdateResolverRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.