@Generated(value="software.amazon.awssdk:codegen") public final class GraphqlApi extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GraphqlApi.Builder,GraphqlApi>
Describes a GraphQL API.
Modifier and Type | Class and Description |
---|---|
static interface |
GraphqlApi.Builder |
Modifier and Type | Method and Description |
---|---|
String |
apiId()
The API ID.
|
String |
arn()
The ARN.
|
AuthenticationType |
authenticationType()
The authentication type.
|
String |
authenticationTypeAsString()
The authentication type.
|
static GraphqlApi.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogConfig |
logConfig()
The Amazon CloudWatch Logs configuration.
|
String |
name()
The API name.
|
OpenIDConnectConfig |
openIDConnectConfig()
The OpenID Connect configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GraphqlApi.Builder> |
serializableBuilderClass() |
GraphqlApi.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Map<String,String> |
uris()
The URIs.
|
UserPoolConfig |
userPoolConfig()
The Amazon Cognito user pool configuration.
|
copy
public String name()
The API name.
public String apiId()
The API ID.
public AuthenticationType authenticationType()
The authentication type.
If the service returns an enum value that is not available in the current SDK version,
authenticationType
will return AuthenticationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from authenticationTypeAsString()
.
AuthenticationType
public String authenticationTypeAsString()
The authentication type.
If the service returns an enum value that is not available in the current SDK version,
authenticationType
will return AuthenticationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from authenticationTypeAsString()
.
AuthenticationType
public LogConfig logConfig()
The Amazon CloudWatch Logs configuration.
public UserPoolConfig userPoolConfig()
The Amazon Cognito user pool configuration.
public OpenIDConnectConfig openIDConnectConfig()
The OpenID Connect configuration.
public String arn()
The ARN.
public Map<String,String> uris()
The URIs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GraphqlApi.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GraphqlApi.Builder,GraphqlApi>
public static GraphqlApi.Builder builder()
public static Class<? extends GraphqlApi.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.