Uses of Interface
software.amazon.awssdk.services.appsync.model.SourceApiAssociationConfig.Builder
-
Packages that use SourceApiAssociationConfig.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of SourceApiAssociationConfig.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return SourceApiAssociationConfig.Builder Modifier and Type Method Description static SourceApiAssociationConfig.BuilderSourceApiAssociationConfig. builder()SourceApiAssociationConfig.BuilderSourceApiAssociationConfig.Builder. mergeType(String mergeType)The property that indicates which merging option is enabled in the source API association.SourceApiAssociationConfig.BuilderSourceApiAssociationConfig.Builder. mergeType(MergeType mergeType)The property that indicates which merging option is enabled in the source API association.SourceApiAssociationConfig.BuilderSourceApiAssociationConfig. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type SourceApiAssociationConfig.Builder Modifier and Type Method Description static Class<? extends SourceApiAssociationConfig.Builder>SourceApiAssociationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type SourceApiAssociationConfig.Builder Modifier and Type Method Description default AssociateMergedGraphqlApiRequest.BuilderAssociateMergedGraphqlApiRequest.Builder. sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)TheSourceApiAssociationConfigobject data.default AssociateSourceGraphqlApiRequest.BuilderAssociateSourceGraphqlApiRequest.Builder. sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)TheSourceApiAssociationConfigobject data.default SourceApiAssociation.BuilderSourceApiAssociation.Builder. sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)TheSourceApiAssociationConfigobject data.default UpdateSourceApiAssociationRequest.BuilderUpdateSourceApiAssociationRequest.Builder. sourceApiAssociationConfig(Consumer<SourceApiAssociationConfig.Builder> sourceApiAssociationConfig)TheSourceApiAssociationConfigobject data.
-