public static interface ListGraphqlApisRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListGraphqlApisRequest.Builder,ListGraphqlApisRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGraphqlApisRequest.Builder |
apiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
ListGraphqlApisRequest.Builder |
apiType(String apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (
MERGED). |
ListGraphqlApisRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListGraphqlApisRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.
|
ListGraphqlApisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGraphqlApisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGraphqlApisRequest.Builder |
owner(Ownership owner)
The account owner of the GraphQL API.
|
ListGraphqlApisRequest.Builder |
owner(String owner)
The account owner of the GraphQL API.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGraphqlApisRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return
the next set of items in the list.ListGraphqlApisRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
maxResults - The maximum number of results that you want the request to return.ListGraphqlApisRequest.Builder apiType(String apiType)
The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (
MERGED).
apiType - The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged
API (MERGED).GraphQLApiType,
GraphQLApiTypeListGraphqlApisRequest.Builder apiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (
MERGED).
apiType - The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged
API (MERGED).GraphQLApiType,
GraphQLApiTypeListGraphqlApisRequest.Builder owner(String owner)
The account owner of the GraphQL API.
ListGraphqlApisRequest.Builder owner(Ownership owner)
The account owner of the GraphQL API.
ListGraphqlApisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGraphqlApisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.