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