public static interface AssociateSourceGraphqlApiRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<AssociateSourceGraphqlApiRequest.Builder,AssociateSourceGraphqlApiRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateSourceGraphqlApiRequest.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.AssociateSourceGraphqlApiRequest.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.AssociateSourceGraphqlApiRequest.Builder description(String description)
The description field.
description - The description field.AssociateSourceGraphqlApiRequest.Builder sourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
The SourceApiAssociationConfig object data.
sourceApiAssociationConfig - The SourceApiAssociationConfig object data.default AssociateSourceGraphqlApiRequest.Builder sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)
The SourceApiAssociationConfig object data.
SourceApiAssociationConfig.Builder
avoiding the need to create one manually via SourceApiAssociationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sourceApiAssociationConfig(SourceApiAssociationConfig).
sourceApiAssociationConfig - a consumer that will call methods on SourceApiAssociationConfig.BuildersourceApiAssociationConfig(SourceApiAssociationConfig)AssociateSourceGraphqlApiRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateSourceGraphqlApiRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.