@Generated(value="software.amazon.awssdk:codegen") public final class AwsAppSyncGraphQlApiDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAppSyncGraphQlApiDetails.Builder,AwsAppSyncGraphQlApiDetails>
Provides details about an AppSync Graph QL API, which lets you query multiple databases, microservices, and APIs from a single GraphQL endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsAppSyncGraphQlApiDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails> |
additionalAuthenticationProviders()
A list of additional authentication providers for the GraphQL API.
|
String |
apiId()
The unique identifier for the API.
|
String |
arn()
The Amazon Resource Name (ARN) of the API.
|
String |
authenticationType()
The type of security configuration for your GraphQL API: API key, Identity and Access Management (IAM), OpenID
Connect (OIDC), Amazon Cognito user pools, or Lambda.
|
static AwsAppSyncGraphQlApiDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdditionalAuthenticationProviders()
For responses, this returns true if the service returned a value for the AdditionalAuthenticationProviders
property.
|
int |
hashCode() |
String |
id()
The unique identifier for the API.
|
AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails |
lambdaAuthorizerConfig()
Specifies the configuration for Lambda function authorization.
|
AwsAppSyncGraphQlApiLogConfigDetails |
logConfig()
The Amazon CloudWatch Logs configuration.
|
String |
name()
The API name.
|
AwsAppSyncGraphQlApiOpenIdConnectConfigDetails |
openIdConnectConfig()
Specifies the authorization configuration for using an OpenID Connect compliant service with an AppSync GraphQL
API endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsAppSyncGraphQlApiDetails.Builder> |
serializableBuilderClass() |
AwsAppSyncGraphQlApiDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AwsAppSyncGraphQlApiUserPoolConfigDetails |
userPoolConfig()
The Amazon Cognito user pools configuration.
|
String |
wafWebAclArn()
The Amazon Resource Name (ARN) of the WAF web access control list (web ACL) associated with this GraphQL API, if
one exists.
|
Boolean |
xrayEnabled()
Indicates whether to use X-Ray tracing for the GraphQL API.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiId()
The unique identifier for the API.
public final String id()
The unique identifier for the API.
public final AwsAppSyncGraphQlApiOpenIdConnectConfigDetails openIdConnectConfig()
Specifies the authorization configuration for using an OpenID Connect compliant service with an AppSync GraphQL API endpoint.
public final String name()
The API name.
public final AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails lambdaAuthorizerConfig()
Specifies the configuration for Lambda function authorization.
public final Boolean xrayEnabled()
Indicates whether to use X-Ray tracing for the GraphQL API.
public final String arn()
The Amazon Resource Name (ARN) of the API.
public final AwsAppSyncGraphQlApiUserPoolConfigDetails userPoolConfig()
The Amazon Cognito user pools configuration.
public final String authenticationType()
The type of security configuration for your GraphQL API: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito user pools, or Lambda.
public final AwsAppSyncGraphQlApiLogConfigDetails logConfig()
The Amazon CloudWatch Logs configuration.
public final boolean hasAdditionalAuthenticationProviders()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<AwsAppSyncGraphQlApiAdditionalAuthenticationProvidersDetails> additionalAuthenticationProviders()
A list of additional authentication providers for the GraphQL API.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdditionalAuthenticationProviders()
method.
public final String wafWebAclArn()
The Amazon Resource Name (ARN) of the WAF web access control list (web ACL) associated with this GraphQL API, if one exists.
public AwsAppSyncGraphQlApiDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsAppSyncGraphQlApiDetails.Builder,AwsAppSyncGraphQlApiDetails>public static AwsAppSyncGraphQlApiDetails.Builder builder()
public static Class<? extends AwsAppSyncGraphQlApiDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.