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