public static interface DisassociateMergedGraphqlApiRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateMergedGraphqlApiRequest.Builder |
associationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
DisassociateMergedGraphqlApiRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateMergedGraphqlApiRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateMergedGraphqlApiRequest.Builder |
sourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateMergedGraphqlApiRequest.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.
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.DisassociateMergedGraphqlApiRequest.Builder associationId(String associationId)
The ID generated by the AppSync service for the source API association.
associationId - The ID generated by the AppSync service for the source API association.DisassociateMergedGraphqlApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateMergedGraphqlApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.