Interface ListFunctionsRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>,SdkBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFunctionsRequest
public static interface ListFunctionsRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFunctionsRequest.BuilderapiId(String apiId)The GraphQL API ID.ListFunctionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results that you want the request to return.ListFunctionsRequest.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.ListFunctionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFunctionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
apiId
ListFunctionsRequest.Builder apiId(String apiId)
The GraphQL API ID.
- Parameters:
apiId- The GraphQL API ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFunctionsRequest.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
ListFunctionsRequest.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.
-
overrideConfiguration
ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-