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