Interface ListTypesByAssociationRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListTypesByAssociationRequest.Builder,ListTypesByAssociationRequest>,SdkBuilder<ListTypesByAssociationRequest.Builder,ListTypesByAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTypesByAssociationRequest
public static interface ListTypesByAssociationRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListTypesByAssociationRequest.Builder,ListTypesByAssociationRequest>
-
-
Method Summary
-
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
-
mergedApiIdentifier
ListTypesByAssociationRequest.Builder mergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
- Parameters:
mergedApiIdentifier- The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
ListTypesByAssociationRequest.Builder associationId(String associationId)
The ID generated by the AppSync service for the source API association.
- Parameters:
associationId- The ID generated by the AppSync service for the source API association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
ListTypesByAssociationRequest.Builder format(String format)
The format type.
- Parameters:
format- The format type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TypeDefinitionFormat,TypeDefinitionFormat
-
format
ListTypesByAssociationRequest.Builder format(TypeDefinitionFormat format)
The format type.
- Parameters:
format- The format type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TypeDefinitionFormat,TypeDefinitionFormat
-
nextToken
ListTypesByAssociationRequest.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
ListTypesByAssociationRequest.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
ListTypesByAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTypesByAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-