Interface DisassociateMergedGraphqlApiRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>,SdkBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateMergedGraphqlApiRequest
public static interface DisassociateMergedGraphqlApiRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateMergedGraphqlApiRequest.BuilderassociationId(String associationId)The ID generated by the AppSync service for the source API association.DisassociateMergedGraphqlApiRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateMergedGraphqlApiRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateMergedGraphqlApiRequest.BuildersourceApiIdentifier(String sourceApiIdentifier)The identifier of the AppSync Source 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
-
sourceApiIdentifier
DisassociateMergedGraphqlApiRequest.Builder sourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
- Parameters:
sourceApiIdentifier- The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
DisassociateMergedGraphqlApiRequest.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.
-
overrideConfiguration
DisassociateMergedGraphqlApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateMergedGraphqlApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-