Interface ListGraphqlApisRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListGraphqlApisRequest.Builder,ListGraphqlApisRequest>,SdkBuilder<ListGraphqlApisRequest.Builder,ListGraphqlApisRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGraphqlApisRequest
public static interface ListGraphqlApisRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListGraphqlApisRequest.Builder,ListGraphqlApisRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGraphqlApisRequest.BuilderapiType(String apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).ListGraphqlApisRequest.BuilderapiType(GraphQLApiType apiType)The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).ListGraphqlApisRequest.BuildermaxResults(Integer maxResults)The maximum number of results that you want the request to return.ListGraphqlApisRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphqlApisRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGraphqlApisRequest.Builderowner(String owner)The account owner of the GraphQL API.ListGraphqlApisRequest.Builderowner(Ownership owner)The account owner of the GraphQL API.-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListGraphqlApisRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want the request to return.
- Parameters:
maxResults- The maximum number of results that you want the request to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiType
ListGraphqlApisRequest.Builder apiType(String apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (MERGED).- Parameters:
apiType- The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GraphQLApiType,GraphQLApiType
-
apiType
ListGraphqlApisRequest.Builder apiType(GraphQLApiType apiType)
The value that indicates whether the GraphQL API is a standard API (
GRAPHQL) or merged API (MERGED).- Parameters:
apiType- The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API (MERGED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GraphQLApiType,GraphQLApiType
-
owner
ListGraphqlApisRequest.Builder owner(String owner)
The account owner of the GraphQL API.
-
owner
ListGraphqlApisRequest.Builder owner(Ownership owner)
The account owner of the GraphQL API.
-
overrideConfiguration
ListGraphqlApisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGraphqlApisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-