public static interface UpdateGraphqlApiRequest.Builder extends AppSyncRequest.Builder, CopyableBuilder<UpdateGraphqlApiRequest.Builder,UpdateGraphqlApiRequest>
Modifier and Type | Method and Description |
---|---|
UpdateGraphqlApiRequest.Builder |
apiId(String apiId)
The API ID.
|
UpdateGraphqlApiRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The new authentication type for the
GraphqlApi object. |
UpdateGraphqlApiRequest.Builder |
authenticationType(String authenticationType)
The new authentication type for the
GraphqlApi object. |
UpdateGraphqlApiRequest.Builder |
name(String name)
The new name for the
GraphqlApi object. |
UpdateGraphqlApiRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateGraphqlApiRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateGraphqlApiRequest.Builder |
userPoolConfig(Consumer<UserPoolConfig.Builder> userPoolConfig)
The new Amazon Cognito User Pool configuration for the
GraphqlApi object. |
UpdateGraphqlApiRequest.Builder |
userPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito User Pool configuration for the
GraphqlApi object. |
build
overrideConfiguration
copy
applyMutation, build
UpdateGraphqlApiRequest.Builder apiId(String apiId)
The API ID.
apiId
- The API ID.UpdateGraphqlApiRequest.Builder name(String name)
The new name for the GraphqlApi
object.
name
- The new name for the GraphqlApi
object.UpdateGraphqlApiRequest.Builder authenticationType(String authenticationType)
The new authentication type for the GraphqlApi
object.
authenticationType
- The new authentication type for the GraphqlApi
object.AuthenticationType
,
AuthenticationType
UpdateGraphqlApiRequest.Builder authenticationType(AuthenticationType authenticationType)
The new authentication type for the GraphqlApi
object.
authenticationType
- The new authentication type for the GraphqlApi
object.AuthenticationType
,
AuthenticationType
UpdateGraphqlApiRequest.Builder userPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito User Pool configuration for the GraphqlApi
object.
userPoolConfig
- The new Amazon Cognito User Pool configuration for the GraphqlApi
object.default UpdateGraphqlApiRequest.Builder userPoolConfig(Consumer<UserPoolConfig.Builder> userPoolConfig)
The new Amazon Cognito User Pool configuration for the GraphqlApi
object.
UserPoolConfig.Builder
avoiding the need to
create one manually via UserPoolConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to userPoolConfig(UserPoolConfig)
.userPoolConfig
- a consumer that will call methods on UserPoolConfig.Builder
userPoolConfig(UserPoolConfig)
UpdateGraphqlApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateGraphqlApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.