UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.additionalAuthenticationProviders(Collection<AdditionalAuthenticationProvider> additionalAuthenticationProviders) |
A list of additional authentication providers for the GraphqlApi API.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.additionalAuthenticationProviders(Consumer<AdditionalAuthenticationProvider.Builder>... additionalAuthenticationProviders) |
A list of additional authentication providers for the GraphqlApi API.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.additionalAuthenticationProviders(AdditionalAuthenticationProvider... additionalAuthenticationProviders) |
A list of additional authentication providers for the GraphqlApi API.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.apiId(String apiId) |
The API ID.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.authenticationType(String authenticationType) |
The new authentication type for the GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.authenticationType(AuthenticationType authenticationType) |
The new authentication type for the GraphqlApi object.
|
static UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.builder() |
|
default UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.enhancedMetricsConfig(Consumer<EnhancedMetricsConfig.Builder> enhancedMetricsConfig) |
The enhancedMetricsConfig object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.enhancedMetricsConfig(EnhancedMetricsConfig enhancedMetricsConfig) |
The enhancedMetricsConfig object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.introspectionConfig(String introspectionConfig) |
Sets the value of the GraphQL API to enable (ENABLED) or disable (DISABLED)
introspection.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.introspectionConfig(GraphQLApiIntrospectionConfig introspectionConfig) |
Sets the value of the GraphQL API to enable (ENABLED) or disable (DISABLED)
introspection.
|
default UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.lambdaAuthorizerConfig(Consumer<LambdaAuthorizerConfig.Builder> lambdaAuthorizerConfig) |
Configuration for Lambda function authorization.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.lambdaAuthorizerConfig(LambdaAuthorizerConfig lambdaAuthorizerConfig) |
Configuration for Lambda function authorization.
|
default UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.logConfig(Consumer<LogConfig.Builder> logConfig) |
The Amazon CloudWatch Logs configuration for the GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.logConfig(LogConfig logConfig) |
The Amazon CloudWatch Logs configuration for the GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.mergedApiExecutionRoleArn(String mergedApiExecutionRoleArn) |
The Identity and Access Management service role ARN for a merged API.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.name(String name) |
The new name for the GraphqlApi object.
|
default UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.openIDConnectConfig(Consumer<OpenIDConnectConfig.Builder> openIDConnectConfig) |
The OpenID Connect configuration for the GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.openIDConnectConfig(OpenIDConnectConfig openIDConnectConfig) |
The OpenID Connect configuration for the GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.ownerContact(String ownerContact) |
The owner contact information for an API resource.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.queryDepthLimit(Integer queryDepthLimit) |
The maximum depth a query can have in a single request.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.resolverCountLimit(Integer resolverCountLimit) |
The maximum number of resolvers that can be invoked in a single request.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.toBuilder() |
|
default UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.userPoolConfig(Consumer<UserPoolConfig.Builder> userPoolConfig) |
The new Amazon Cognito user pool configuration for the ~GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.userPoolConfig(UserPoolConfig userPoolConfig) |
The new Amazon Cognito user pool configuration for the ~GraphqlApi object.
|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.xrayEnabled(Boolean xrayEnabled) |
A flag indicating whether to use X-Ray tracing for the GraphqlApi.
|